diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-03 21:46:51 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-03 17:20:32 +0200 |
commit | a8acaeebb6336f608c5104122f79cea90c706a4b (patch) | |
tree | 3d4789fe64f5a22708d85c7a6e8595c77c6d00e3 /lib/ldb/wscript | |
parent | 6612bca57d9369c1f38453fe654ab532b779f58c (diff) | |
download | samba-a8acaeebb6336f608c5104122f79cea90c706a4b.tar.gz samba-a8acaeebb6336f608c5104122f79cea90c706a4b.tar.bz2 samba-a8acaeebb6336f608c5104122f79cea90c706a4b.zip |
ldb: bump version due to header and internal implementation changes
We need this version, not the previous release, for Samba.
Andrew Bartlett
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Jul 3 17:20:32 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/ldb/wscript')
-rwxr-xr-x | lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 6cdddb30e9..5880233a29 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.1.6' +VERSION = '1.1.7' blddir = 'bin' |