summaryrefslogtreecommitdiff
path: root/lib/tdb/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-09-10 04:47:32 +0200
committerRusty Russell <rusty@rustcorp.com.au>2010-09-13 20:08:58 +0930
commitd10b2c07be2cfdca09f07d3045ce891989d83a09 (patch)
tree2613ec540c717c4832d15cb2532c576dd569f80d /lib/tdb/wscript
parent786b7263000dedcb97e7369402e2e9dc967e36c4 (diff)
downloadsamba-d10b2c07be2cfdca09f07d3045ce891989d83a09.tar.gz
samba-d10b2c07be2cfdca09f07d3045ce891989d83a09.tar.bz2
samba-d10b2c07be2cfdca09f07d3045ce891989d83a09.zip
lib/tdb: change version to 1.2.4 after hash checking improvments
lib/tdb: change version to 1.2.4 after hash checking improvments metze Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
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 3dfb5abba4..d661e41d3e 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tdb'
-VERSION = '1.2.3'
+VERSION = '1.2.4'
blddir = 'bin'