From: Michael Adam Date: Tue, 12 Feb 2008 21:52:58 +0000 (+0100) Subject: Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools. X-Git-Tag: samba-3.3.0pre1~3467^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=303a3eb128b410be0f4ebb936cd3b983e639c07f;p=thirdparty%2Fsamba.git Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools. Michael (cherry picked from commit 38855a9f145b54d05f4a508562fc1a6595e0d895) --- diff --git a/source/lib/talloc/config.mk b/source/lib/talloc/config.mk index 9e949f900f6..540a05d100b 100644 --- a/source/lib/talloc/config.mk +++ b/source/lib/talloc/config.mk @@ -1,5 +1,5 @@ [LIBRARY::LIBTALLOC] -VERSION = 1.1.0 +VERSION = 1.2.0 SO_VERSION = 1 OBJ_FILES = talloc.o PC_FILE = talloc.pc diff --git a/source/lib/talloc/configure.ac b/source/lib/talloc/configure.ac index e5f9575f228..3dcf74ba255 100644 --- a/source/lib/talloc/configure.ac +++ b/source/lib/talloc/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT(talloc, 1.1.0) +AC_INIT(talloc, 1.2.0) AC_CONFIG_SRCDIR([talloc.c]) AC_SUBST(datarootdir) AC_CONFIG_HEADER(config.h)