From d5e599204ca38040ea2293506c396f2ddd0a5be5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Oct 2010 21:48:01 +1100 Subject: ldb: raise minor version number for new ldb_msg_match_error() function Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Tridgell Autobuild-Date: Wed Oct 13 11:42:18 UTC 2010 on sn-devel-104 --- source4/lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/wscript') diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index ac2894b130..d10bebc4aa 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '0.9.14' +VERSION = '0.9.15' blddir = 'bin' -- cgit