From 2a6f345723b1ba3b7399bc9e0fb65b4a6566082e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2011 12:06:34 +1100 Subject: 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 --- source4/lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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' -- cgit