diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-17 11:57:33 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-17 23:47:57 +0200 |
commit | ffd61e2bbf46ab8660c32b90c547beb8b77fcb9d (patch) | |
tree | b2a090eccc97af011bb1ccf7231ca4adb11a288f /lib/ldb/wscript | |
parent | 0eae4cd787179b40375e298cfd95df817c67a94f (diff) | |
download | samba-ffd61e2bbf46ab8660c32b90c547beb8b77fcb9d.tar.gz samba-ffd61e2bbf46ab8660c32b90c547beb8b77fcb9d.tar.bz2 samba-ffd61e2bbf46ab8660c32b90c547beb8b77fcb9d.zip |
ldb: bump version to 1.1.13 so the 4.0 release can get the isprint fix
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Sep 17 23:47:57 CEST 2012 on sn-devel-104
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 fc4ac4f80c..566c05eac6 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.1.12' +VERSION = '1.1.13' blddir = 'bin' |