diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-06-24 15:28:39 +1000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-06-24 12:54:22 -0700 |
commit | 4ca963926938917bf32af4eead61ded2a8275139 (patch) | |
tree | b1cf2e5c91a1734c6c2fb2e01eed1f9544b76548 /lib/ldb/wscript | |
parent | 1a279f74b72018f0742fc407e0574c9dbd7b7883 (diff) | |
download | samba-4ca963926938917bf32af4eead61ded2a8275139.tar.gz samba-4ca963926938917bf32af4eead61ded2a8275139.tar.bz2 samba-4ca963926938917bf32af4eead61ded2a8275139.zip |
ldb: bump version to allow a depencency on the substring crash fix
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
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 fbfed1af8d..f5647b1a59 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.1.15' +VERSION = '1.1.16' blddir = 'bin' |