From 9deb650fa2b93338ca91ccc96a940d670d29cbee Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 17 Apr 2012 14:01:08 +1000 Subject: ldb: added ldb_msg_element_equal_ordered() this gives us a order sensitive msg element comparison. We need this to allow dbcheck to fix the order of objectClass attributes. --- lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ldb/wscript') diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 620d2cf937..f62bdec90f 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.1.5' +VERSION = '1.1.6' blddir = 'bin' -- cgit