diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-28 10:00:34 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-28 15:47:37 +1000 |
commit | dd21bb0b728a9c6dfc70f1785a642474fe7bd78b (patch) | |
tree | 97d25c0123bb94a6a86f0b1db161fd23d532be8f /lib/ldb/wscript | |
parent | dc8d29cdae68e96a3e8a0d647ee952611e69b49e (diff) | |
download | samba-dd21bb0b728a9c6dfc70f1785a642474fe7bd78b.tar.gz samba-dd21bb0b728a9c6dfc70f1785a642474fe7bd78b.tar.bz2 samba-dd21bb0b728a9c6dfc70f1785a642474fe7bd78b.zip |
lib/ldb: Bump ldb version to 1.1.11
This will ensure the next Samba release requires an ldb with the recent
fixes.
Andrew Bartlett
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 611eebfc89..3978dd2faa 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.1.10' +VERSION = '1.1.11' blddir = 'bin' |