diff options
author | Michael Adam <obnox@samba.org> | 2008-02-12 22:52:58 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-13 01:40:12 +0100 |
commit | 114fe09af789fb4ca41d72b330783371ecf78be5 (patch) | |
tree | 148918a100eeab07585ca48a2252701bee1745ba /source3/lib/talloc/config.mk | |
parent | 3519e91a856b291904caa1f26c3704ab8b1f5b97 (diff) | |
download | samba-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/config.mk')
-rw-r--r-- | source3/lib/talloc/config.mk | 2 |
1 files changed, 1 insertions, 1 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 |