summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-11-30 18:46:31 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-11-30 22:58:05 +0100
commit0c8887c1cb1560ed9d85e374c9025c54f02d95aa (patch)
tree868c2bff00977ab1111c40440c0e93ca90efe8ab
parent83cad86821b1addd8ec960ca30b5ff83f2e0ab12 (diff)
downloadsamba-0c8887c1cb1560ed9d85e374c9025c54f02d95aa.tar.gz
Bump ldb version to 1.1.4 after introduction of ldb_module_error.
-rwxr-xr-xlib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 088292cd9ea..1a242ae9862 100755
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.1.3'
+VERSION = '1.1.4'
blddir = 'bin'