summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-10 12:06:34 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-10 06:51:06 +0100
commit2a6f345723b1ba3b7399bc9e0fb65b4a6566082e (patch)
treec84ceaf5d41814a73e7d6130db9ac8a4a7c30fec /source4/lib
parent8720811598aa691f6c09910a329a601f9ad130cc (diff)
downloadsamba-2a6f345723b1ba3b7399bc9e0fb65b4a6566082e.tar.gz
samba-2a6f345723b1ba3b7399bc9e0fb65b4a6566082e.tar.bz2
samba-2a6f345723b1ba3b7399bc9e0fb65b4a6566082e.zip
ldb: change version number to 1.0.0
Simo pointed out that the module loading change should have been combined with a major version number. That seems like a good excuse for a 1.0 release Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 24d541b78c..73125fcd52 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '0.9.24'
+VERSION = '1.0.0'
blddir = 'bin'