diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-09-10 04:47:32 +0200 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2010-09-13 20:08:58 +0930 |
commit | d10b2c07be2cfdca09f07d3045ce891989d83a09 (patch) | |
tree | 2613ec540c717c4832d15cb2532c576dd569f80d /lib/tdb | |
parent | 786b7263000dedcb97e7369402e2e9dc967e36c4 (diff) | |
download | samba-d10b2c07be2cfdca09f07d3045ce891989d83a09.tar.gz |
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')
-rw-r--r-- | lib/tdb/configure.ac | 2 | ||||
-rw-r--r-- | lib/tdb/wscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac index 2843d98ec85..839086525a6 100644 --- a/lib/tdb/configure.ac +++ b/lib/tdb/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.50) AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""]) AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""]) AC_DEFUN([SMB_ENABLE], [echo -n ""]) -AC_INIT(tdb, 1.2.3) +AC_INIT(tdb, 1.2.4) AC_CONFIG_SRCDIR([common/tdb.c]) AC_CONFIG_HEADER(include/config.h) AC_LIBREPLACE_ALL_CHECKS diff --git a/lib/tdb/wscript b/lib/tdb/wscript index 3dfb5abba43..d661e41d3ef 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' |