summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-12 22:52:58 +0100
committerMichael Adam <obnox@samba.org>2008-02-13 01:40:12 +0100
commit303a3eb128b410be0f4ebb936cd3b983e639c07f (patch)
tree15f38e3d21787a38bb34bb79a188b848513bc78a
parentda98f4d223997709b42b4f05ab94d564261f5aee (diff)
downloadsamba-303a3eb128b410be0f4ebb936cd3b983e639c07f.tar.gz
samba-303a3eb128b410be0f4ebb936cd3b983e639c07f.tar.xz
samba-303a3eb128b410be0f4ebb936cd3b983e639c07f.zip
Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.
Michael (cherry picked from commit 38855a9f145b54d05f4a508562fc1a6595e0d895)
-rw-r--r--source/lib/talloc/config.mk2
-rw-r--r--source/lib/talloc/configure.ac2
2 files changed, 2 insertions, 2 deletions
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)