ldb: Bump API after symbol changes.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 15 Dec 2010 16:29:59 +0000 (17:29 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 15 Dec 2010 17:18:52 +0000 (18:18 +0100)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Wed Dec 15 18:18:52 CET 2010 on sn-devel-104

source4/lib/ldb-samba/wscript_build
source4/lib/ldb/wscript

index f7bd81c0972810a79882beb2764fa36dbaf81dba..fddf12fe07a8b27522eff85b49394b25b0deb695 100644 (file)
@@ -9,7 +9,7 @@ bld.SAMBA_LIBRARY('ldbsamba',
                   autoproto='ldif_handlers_proto.h',
                   public_deps='ldb',
                   public_headers='ldb_wrap.h',
-                  deps='security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA',
+                  deps='security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb',
                   private_library=True
                   )
 
index 1a59f2122c618d17e86022aab3f9e8d4a7ca2b16..dd479425858f52afbb62d5b1d59101e4b6d45e11 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'ldb'
-VERSION = '0.9.20'
+VERSION = '0.9.21'
 
 blddir = 'bin'