]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.
authorMichael Adam <obnox@samba.org>
Tue, 12 Feb 2008 21:52:58 +0000 (22:52 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 00:40:12 +0000 (01:40 +0100)
Michael
(cherry picked from commit 38855a9f145b54d05f4a508562fc1a6595e0d895)

source/lib/talloc/config.mk
source/lib/talloc/configure.ac

index 9e949f900f6ed2599fe80e6935166c6e33cb1378..540a05d100b29b6e63475dcfcebcdbd1672158fa 100644 (file)
@@ -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
index e5f9575f22817a62d7f1d5a575fdb226ac68ea1c..3dcf74ba255ad836d74f90e856039c5fde26907d 100644 (file)
@@ -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)