summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-01-14 23:41:49 +0100
committerKarolin Seeger <kseeger@samba.org>2019-01-15 11:29:56 +0100
commit340cb9ca97bc2a23f102f80897a8d8f4809f0072 (patch)
treeb93d3d131e2bcac4ebe56fde37820deb89ee766a /lib/ldb/wscript
parent1c73f38633ce40bcf19775fbeaf5e3baacdba9ab (diff)
downloadsamba-340cb9ca97bc2a23f102f80897a8d8f4809f0072.tar.gz
ldb: version 1.5.2ldb-1.5.2
* Build fixes * dirsync: Allow arbitrary length cookies (bug #13686) * The build uses python3 by default: * --extra-python would take python2 now * To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Karolin Seeger <kseeger@samba.org>
Diffstat (limited to 'lib/ldb/wscript')
-rw-r--r--lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 0389451371a..ca0bf410f10 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.5.1'
+VERSION = '1.5.2'
import sys, os