ldb: change version number to 1.0.0
authorAndrew Tridgell <tridge@samba.org>
Thu, 10 Feb 2011 01:06:34 +0000 (12:06 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 10 Feb 2011 05:51:06 +0000 (06:51 +0100)
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>

source4/lib/ldb/wscript

index 24d541b78caa3da13d8b2b1352398f41ab02aa75..73125fcd521194de3d071d08c47e945d27c51873 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'ldb'
-VERSION = '0.9.24'
+VERSION = '1.0.0'
 
 blddir = 'bin'