summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-09 09:27:16 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-09 04:34:06 +0200
commit7b1fb36ad0df810b8629a4f5d5f069de4466d080 (patch)
tree3155bac2c1c41828dd956a077b07bd55b354e2ba /lib/ldb/wscript
parent4cafbb4e7443779ab1c58581709114db9a7bf918 (diff)
downloadsamba-7b1fb36ad0df810b8629a4f5d5f069de4466d080.tar.gz
samba-7b1fb36ad0df810b8629a4f5d5f069de4466d080.tar.bz2
samba-7b1fb36ad0df810b8629a4f5d5f069de4466d080.zip
lib/ldb: Bump ldb release due to pyldb changes
We strictly need these changes to pass make test, and the concat change is backwards incompatible, so we really want to use the right version. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Jul 9 04:34:06 CEST 2012 on sn-devel-104
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 5880233a29..20c21b119b 100755
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.1.7'
+VERSION = '1.1.8'
blddir = 'bin'