lib/tdb: increase the version number after some critial changes
authorStefan Metzmacher <metze@samba.org>
Sat, 27 Sep 2008 18:35:52 +0000 (20:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 29 Sep 2008 02:15:11 +0000 (04:15 +0200)
The tdb_transaction/traverse interaction fixes are critical.

metze

lib/tdb/configure.ac

index 4bf2e98e8f1d1257294aa65abba406d43a6ff48a..2feaa6f5f556359268430820b46cfc8704223c3a 100644 (file)
@@ -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