From 39576e9d65ad71fd2f980275a51837695404de2c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Aug 2011 12:24:38 +1000 Subject: ldb: raise minor version needed for new module function ldb_dn_replace_components() Pair-Programmed-With: Andrew Bartlett Pair-Programmed-With: Amitay Isaacs --- lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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' -- cgit