diff options
author | Stefan Metzmacher <metze@samba.org> | 2016-11-30 16:05:28 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2016-11-30 20:02:28 +0100 |
commit | 78a77d468f4bef633d9039b155c4b2d66e70ac84 (patch) | |
tree | 71384b132b402582dc5fdc6ac310d385cb9db9ef /lib/tdb/wscript | |
parent | 6e95fd824739b6d861a648a30bd1e1ab86990647 (diff) | |
download | samba-78a77d468f4bef633d9039b155c4b2d66e70ac84.tar.gz |
tdb: version 1.3.12tdb-1.3.12
* Bug 12455 - tdb mutexes don't work on FreeBSD
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Wed Nov 30 20:02:28 CET 2016 on sn-devel-144
Diffstat (limited to 'lib/tdb/wscript')
-rw-r--r-- | lib/tdb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript index 4e52b6c4f32..34058e4c9fa 100644 --- a/lib/tdb/wscript +++ b/lib/tdb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tdb' -VERSION = '1.3.11' +VERSION = '1.3.12' blddir = 'bin' |