summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-06-18 13:50:36 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-06-18 13:50:36 +1000
commit79454b50fc28a60c529d76297ebf21d03959bcdb (patch)
tree200170b9836a66d5941feadab4d7a71be7a7d6de /source4/lib/ldb
parent1e6fb7d7306ee64ac649afe235e452ac116de394 (diff)
downloadsamba-79454b50fc28a60c529d76297ebf21d03959bcdb.tar.gz
samba-79454b50fc28a60c529d76297ebf21d03959bcdb.tar.bz2
samba-79454b50fc28a60c529d76297ebf21d03959bcdb.zip
Bump the ldb version and the version Samba4 requires.
We have made a lot of useful changes to LDB since the last realese, that Samba4 now relies on. This ensures that a build against a system LDB will only succeed against the right version. Andrew Bartlett
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/configure.ac b/source4/lib/ldb/configure.ac
index 3e1a96018b..f33d830357 100644
--- a/source4/lib/ldb/configure.ac
+++ b/source4/lib/ldb/configure.ac
@@ -11,7 +11,7 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
AC_DEFUN([SMB_ENABLE], [echo -n ""])
-AC_INIT(ldb, 0.9.5)
+AC_INIT(ldb, 0.9.6)
AC_CONFIG_SRCDIR([common/ldb.c])
AC_LIBREPLACE_ALL_CHECKS