From 0a05a364f3a8bb2ec89e261e372e762ab05d5e6b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 14 Feb 2011 11:49:41 -0500 Subject: Increase minor version since a public header has changed Samba4 now depends on a new macro defined in the public ldb_modules.h header: LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECK. Bump up the minor release of ldb accordingly. Autobuild-User: Simo Sorce Autobuild-Date: Mon Feb 14 19:39:31 CET 2011 on sn-devel-104 --- source4/lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 source4/lib/ldb/wscript (limited to 'source4/lib/ldb/wscript') diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript old mode 100644 new mode 100755 index 73125fcd52..69d8725179 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.0.0' +VERSION = '1.0.1' blddir = 'bin' -- cgit