1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

tdb: increment version to 1.2.4

(This used to be ctdb commit f1c06608245ec34493c330d891e04c250ad64b20)
This commit is contained in:
Rusty Russell 2010-10-07 15:07:22 +10:30
parent fc47015894
commit bc2094c9ca

View 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.2.3)
AC_INIT(tdb, 1.2.4)
AC_CONFIG_SRCDIR([common/tdb.c])
AC_CONFIG_HEADER(include/config.h)
AC_LIBREPLACE_ALL_CHECKS