From: Stefan Metzmacher Date: Sat, 27 Sep 2008 18:35:52 +0000 (+0200) Subject: lib/tdb: increase the version number after some critial changes X-Git-Tag: samba-4.0.0alpha6~769^2~228^2~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b7199e7b22ac727ebc65308bf08360dc9f4b0c0;p=thirdparty%2Fsamba.git lib/tdb: increase the version number after some critial changes The tdb_transaction/traverse interaction fixes are critical. metze --- diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac index 4bf2e98e8f1..2feaa6f5f55 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.1.2) +AC_INIT(tdb, 1.1.3) AC_CONFIG_SRCDIR([common/tdb.c]) AC_CONFIG_HEADER(include/config.h) AC_LIBREPLACE_ALL_CHECKS