summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-28 10:00:34 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-28 15:47:37 +1000
commitdd21bb0b728a9c6dfc70f1785a642474fe7bd78b (patch)
tree97d25c0123bb94a6a86f0b1db161fd23d532be8f /lib/ldb/wscript
parentdc8d29cdae68e96a3e8a0d647ee952611e69b49e (diff)
downloadsamba-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-xlib/ldb/wscript2
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'