From 70534adee10fc6f5bba2d9304668dc6508e5de5a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 6 Feb 2010 10:48:39 -0500 Subject: tdb: raise version to 1.2.1 after recent fixes we need to raise the version to 1.2.1 so that we can require also the right patched version. --- lib/tdb/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac index dac7bb2673..395121937f 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.0) +AC_INIT(tdb, 1.2.1) AC_CONFIG_SRCDIR([common/tdb.c]) AC_CONFIG_HEADER(include/config.h) AC_LIBREPLACE_ALL_CHECKS -- cgit