summaryrefslogtreecommitdiff
path: root/source3/lib/talloc
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
commit114fe09af789fb4ca41d72b330783371ecf78be5 (patch)
tree148918a100eeab07585ca48a2252701bee1745ba /source3/lib/talloc
parent3519e91a856b291904caa1f26c3704ab8b1f5b97 (diff)
downloadsamba-114fe09af789fb4ca41d72b330783371ecf78be5.tar.gz
samba-114fe09af789fb4ca41d72b330783371ecf78be5.tar.bz2
samba-114fe09af789fb4ca41d72b330783371ecf78be5.zip
Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.
Michael (cherry picked from commit 38855a9f145b54d05f4a508562fc1a6595e0d895) (This used to be commit 303a3eb128b410be0f4ebb936cd3b983e639c07f)
Diffstat (limited to 'source3/lib/talloc')
-rw-r--r--source3/lib/talloc/config.mk2
-rw-r--r--source3/lib/talloc/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/talloc/config.mk b/source3/lib/talloc/config.mk
index 9e949f900f..540a05d100 100644
--- a/source3/lib/talloc/config.mk
+++ b/source3/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/source3/lib/talloc/configure.ac b/source3/lib/talloc/configure.ac
index e5f9575f22..3dcf74ba25 100644
--- a/source3/lib/talloc/configure.ac
+++ b/source3/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)