summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-03-11 10:47:30 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-03-21 05:08:49 +0000
commit81648d576d56e924945b2214ac12ca6a40679db8 (patch)
tree37d30b96aeb9ceb5d88058f936c8ab22d640fa4c /lib/ldb/wscript
parent6f2278018436184785e19f69efc60ec408b14aa7 (diff)
downloadsamba-81648d576d56e924945b2214ac12ca6a40679db8.tar.gz
ldb: Release ldb 1.6.3ldb-1.6.3
* Remove Python 2.x support except to build just the bare C library * Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Mar 21 05:08:49 UTC 2019 on sn-devel-144
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 7a8b307fb22..7891693a0fd 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.6.2'
+VERSION = '1.6.3'
import sys, os