From 4ca963926938917bf32af4eead61ded2a8275139 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 Jun 2013 15:28:39 +1000 Subject: ldb: bump version to allow a depencency on the substring crash fix Signed-off-by: Andrew Bartlett Reviewed-by: Jeremy Allison --- lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ldb/wscript') diff --git a/lib/ldb/wscript b/lib/ldb/wscript index fbfed1af8d..f5647b1a59 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.1.15' +VERSION = '1.1.16' blddir = 'bin' -- cgit