From 8a2142773f3be50734a1ae51898e18dcaa26db28 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2010 10:40:52 +1100 Subject: s4-ldb: expose some more ldb module functions this exposes enough functions for s4 to not need ldb_private.h any more. --- 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 4ed7298434..45496c897e 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '0.9.18' +VERSION = '0.9.19' blddir = 'bin' -- cgit