From: Julian Seward Date: Wed, 19 Sep 2012 14:45:51 +0000 (+0000) Subject: Move the version number along. X-Git-Tag: svn/VALGRIND_3_8_1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ea5c288f42478d089c0bb917662d6b8b5dff1ca;p=thirdparty%2Fvalgrind.git Move the version number along. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_8_BRANCH@13005 --- diff --git a/configure.in b/configure.in index 1da3a2c7c0..5a17422f91 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.8.1],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.8.2.SVN],[valgrind-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign])