summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-08-01 12:24:38 +1000
committerAndrew Tridgell <tridge@samba.org>2011-08-04 16:17:24 +1000
commit39576e9d65ad71fd2f980275a51837695404de2c (patch)
tree539dcf7ba16c6b53ebd833d9c74676a5fd5e5e3e
parent841d17ff83ff3737070117a32199164b0b006402 (diff)
downloadsamba-39576e9d65ad71fd2f980275a51837695404de2c.tar.gz
samba-39576e9d65ad71fd2f980275a51837695404de2c.tar.xz
samba-39576e9d65ad71fd2f980275a51837695404de2c.zip
ldb: raise minor versionldb-1.1.2
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>
-rwxr-xr-xlib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index d05453e7311..c4b99734e48 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'