Bump the ldb version and the version Samba4 requires.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 18 Jun 2009 03:50:36 +0000 (13:50 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 Jun 2009 03:50:36 +0000 (13:50 +1000)
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

source4/lib/ldb/configure.ac
source4/min_versions.m4

index 3e1a96018bab051c847aad8cb8c8ee8525df4e7e..f33d8303576d07ccb5a404e1985c18448e369b60 100644 (file)
@@ -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
index 6b6bd9864e897e229ef1861b999edacebbfc4af9..320b209941febe2742e3e3cc10aa5af040bca3b3 100644 (file)
@@ -2,5 +2,5 @@
 # if we use the ones installed in the system.
 define(TDB_MIN_VERSION,1.1.5)
 define(TALLOC_MIN_VERSION,1.3.0)
-define(LDB_REQUIRED_VERSION,0.9.5)
+define(LDB_REQUIRED_VERSION,0.9.6)
 define(TEVENT_REQUIRED_VERSION,0.9.6)