From: Simo Sorce Date: Thu, 22 Apr 2010 04:15:58 +0000 (+0930) Subject: tdb: raise version to 1.2.1 X-Git-Tag: ctdb-1.9.1~85^2~40 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=84c971f33c24d32e5599aba7ba83bb474f7ac922;p=rusty%2Fctdb.git 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. (Imported from commit 70534adee10fc6f5bba2d9304668dc6508e5de5a) --- diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac index 779f596e..ef9a4723 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