diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-15 17:29:59 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-15 18:18:52 +0100 |
commit | 4a2d39697159c575721dfb3d2ff3940c6259f44b (patch) | |
tree | 67497bad21b1d6b69667d07f61e89e6f4761c106 | |
parent | a1eadc5fb41852f07a8cffa136c5ea29f4b1d13e (diff) | |
download | samba-4a2d39697159c575721dfb3d2ff3940c6259f44b.tar.gz samba-4a2d39697159c575721dfb3d2ff3940c6259f44b.tar.bz2 samba-4a2d39697159c575721dfb3d2ff3940c6259f44b.zip |
ldb: Bump API after symbol changes.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Wed Dec 15 18:18:52 CET 2010 on sn-devel-104
-rw-r--r-- | source4/lib/ldb-samba/wscript_build | 2 | ||||
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index f7bd81c097..fddf12fe07 100644 --- a/source4/lib/ldb-samba/wscript_build +++ b/source4/lib/ldb-samba/wscript_build @@ -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 ) diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 1a59f2122c..dd47942585 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '0.9.20' +VERSION = '0.9.21' blddir = 'bin' |