diff options
author | Andrew Tridgell <tridge@samba.org> | 2012-04-17 14:01:08 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2012-04-18 07:48:05 +0200 |
commit | 9deb650fa2b93338ca91ccc96a940d670d29cbee (patch) | |
tree | b71a5b514e489f5484390c02a1ea39a38222503f /lib/ldb/wscript | |
parent | 010f2b89e20e13f4687700fd731fedfafb7c62eb (diff) | |
download | samba-9deb650fa2b93338ca91ccc96a940d670d29cbee.tar.gz samba-9deb650fa2b93338ca91ccc96a940d670d29cbee.tar.bz2 samba-9deb650fa2b93338ca91ccc96a940d670d29cbee.zip |
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.
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 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' |