From: Nicholas Nethercote Date: Mon, 28 Nov 2005 16:45:45 +0000 (+0000) Subject: Update version number to 3.2.0.SVN (I think that's right). X-Git-Tag: svn/VALGRIND_3_2_0~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8974486a84c5a9a99bb76ccb83b25ac69cd64b3;p=thirdparty%2Fvalgrind.git Update version number to 3.2.0.SVN (I think that's right). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5244 --- diff --git a/configure.in b/configure.in index b9a6a2fa06..099b990ba9 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.1.0, valgrind-users@lists.sourceforge.net) +AC_INIT(Valgrind, 3.2.0.SVN, valgrind-users@lists.sourceforge.net) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE