diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-19 11:47:22 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-19 01:27:44 +0000 |
commit | f6a9708b546ac54a74c8718aedd9e5ac976fc72b (patch) | |
tree | 3156298bbbbbebc4a4909479b21b466e688da8ff /source4/lib/ldb/wscript | |
parent | 423365d5fa6b66f8be370accedfc6ed04d6df6b3 (diff) | |
download | samba-f6a9708b546ac54a74c8718aedd9e5ac976fc72b.tar.gz samba-f6a9708b546ac54a74c8718aedd9e5ac976fc72b.tar.bz2 samba-f6a9708b546ac54a74c8718aedd9e5ac976fc72b.zip |
s4-ldb: increase minor version for 2 new functions
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Tue Oct 19 01:27:44 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/lib/ldb/wscript')
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 14fb49a328..7075380871 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '0.9.15' +VERSION = '0.9.16' blddir = 'bin' |