summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-02-06 10:48:39 -0500
committerKarolin Seeger <kseeger@samba.org>2010-02-10 11:08:42 +0100
commita46c44628f517da1c05fc247b6ae78b085505ac6 (patch)
treeb9a8e2d3885c48b2f947aaa4618980d1a810ca1c /lib
parent1991ae215183133f70943cc367fae82330e8ebde (diff)
downloadsamba-a46c44628f517da1c05fc247b6ae78b085505ac6.tar.gz
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. Original commit was 70534adee10fc6f5bba2d9304668dc6508e5de5a in master. source4/min_versions.m4 was copied from the master branch. (cherry picked from commit 70128dded977498ef5a693214053192f13c93c6b)
Diffstat (limited to 'lib')
-rw-r--r--lib/tdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac
index dac7bb2673d..395121937f3 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