diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-08-01 12:24:38 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-08-04 16:17:24 +1000 |
commit | 39576e9d65ad71fd2f980275a51837695404de2c (patch) | |
tree | 539dcf7ba16c6b53ebd833d9c74676a5fd5e5e3e /lib/ldb/wscript | |
parent | 841d17ff83ff3737070117a32199164b0b006402 (diff) | |
download | samba-39576e9d65ad71fd2f980275a51837695404de2c.tar.gz samba-39576e9d65ad71fd2f980275a51837695404de2c.tar.bz2 samba-39576e9d65ad71fd2f980275a51837695404de2c.zip |
ldb: raise minor version
needed for new module function ldb_dn_replace_components()
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
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 d05453e731..c4b99734e4 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.1.1' +VERSION = '1.1.2' blddir = 'bin' |