1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

lib/tdb: change version to 1.2.4 after hash checking improvments

lib/tdb: change version to 1.2.4 after hash checking improvments

metze

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Stefan Metzmacher 2010-09-10 04:47:32 +02:00 committed by Rusty Russell
parent 786b726300
commit d10b2c07be
2 changed files with 2 additions and 2 deletions

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

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tdb'
VERSION = '1.2.3'
VERSION = '1.2.4'
blddir = 'bin'