summaryrefslogtreecommitdiff
path: root/lib/tdb/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-03-29 18:01:32 +0200
committerRalph Boehme <slow@samba.org>2016-04-11 18:48:26 +0200
commitacf6deb6981f3e4043b51c1ed134362cc9112d2c (patch)
treef5ea1481a9e1b91121b2ddc73a3f6bdc221b7a97 /lib/tdb/wscript
parentef3d837040f330a98f5bf4856af5a35a6de74616 (diff)
downloadsamba-acf6deb6981f3e4043b51c1ed134362cc9112d2c.tar.gz
tdb: version 1.3.9tdb-1.3.9
* avoid a race condition when checking for robust mutexes (bug #11808) * Remove use of strcpy in tdb test. * eliminate deprecation warnings in python tests * Only set public headers field when installing as a public library. * Refuse to load a database with hash size 0 * Fix various spelling errors Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Mon Apr 11 18:48:26 CEST 2016 on sn-devel-144
Diffstat (limited to 'lib/tdb/wscript')
-rw-r--r--lib/tdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index e5c0ead6a5b..54f3ce9341f 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tdb'
-VERSION = '1.3.8'
+VERSION = '1.3.9'
blddir = 'bin'