summaryrefslogtreecommitdiffstats
path: root/lib/tdb/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-06-04 10:48:20 +0200
committerStefan Metzmacher <metze@samba.org>2013-06-04 16:07:55 +0200
commitd1feccb35e987545f4ae8e3f4eb0b4fc741e7e7e (patch)
tree0791daaa4437748d7694a3ace8b975a4a10a4d75 /lib/tdb/wscript
parent55add52f42f389f396ab9a08f08ada203fffee14 (diff)
downloadsamba-d1feccb35e987545f4ae8e3f4eb0b4fc741e7e7e.tar.gz
samba-d1feccb35e987545f4ae8e3f4eb0b4fc741e7e7e.tar.xz
samba-d1feccb35e987545f4ae8e3f4eb0b4fc741e7e7e.zip
tdb: change version to tdb-1.2.12
* internal code cleanups * crash fix for pytdb * fix for 4GB overflow detection See http://permalink.gmane.org/gmane.network.samba.internals/42906 for an example of what happens. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jun 4 16:07:55 CEST 2013 on sn-devel-104
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 7a3d0fa602a..00a1c340f58 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tdb'
-VERSION = '1.2.11'
+VERSION = '1.2.12'
blddir = 'bin'