diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-07-02 15:19:40 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-07-02 15:19:40 +1000 |
commit | acfb01a8f63f5b84c271ae0599bf40d92237cdf9 (patch) | |
tree | cd51372ff56d25b5d5249ce8cd5552b1ddec2b05 /lib/talloc | |
parent | 465b879902dcf06940730ec41542fbdf7bd8dc08 (diff) | |
download | samba-acfb01a8f63f5b84c271ae0599bf40d92237cdf9.tar.gz samba-acfb01a8f63f5b84c271ae0599bf40d92237cdf9.tar.bz2 samba-acfb01a8f63f5b84c271ae0599bf40d92237cdf9.zip |
change talloc to 2.0.0
This is needed to prevent samba3 and samba4 from using an ABI
incompatible system version of talloc
See ongoing discussion on the samba-technical mailing list
Diffstat (limited to 'lib/talloc')
-rw-r--r-- | lib/talloc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/talloc/configure.ac b/lib/talloc/configure.ac index a644f6d800..d6471a4aa7 100644 --- a/lib/talloc/configure.ac +++ b/lib/talloc/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT(talloc, 1.3.1) +AC_INIT(talloc, 2.0.0) AC_CONFIG_SRCDIR([talloc.c]) AC_SUBST(datarootdir) AC_CONFIG_HEADER(config.h) |