From: Andrew Tridgell Date: Thu, 10 Feb 2011 01:06:34 +0000 (+1100) Subject: ldb: change version number to 1.0.0 X-Git-Tag: tevent-0.9.11~799 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a6f345723b1ba3b7399bc9e0fb65b4a6566082e;p=thirdparty%2Fsamba.git 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 --- diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 24d541b78ca..73125fcd521 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'