From: Julian Seward Date: Sun, 2 Sep 2012 21:59:01 +0000 (+0000) Subject: Move the version number along. X-Git-Tag: svn/VALGRIND_3_8_1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5252eb16527e800d680958379d30fe3eb82d0b2;p=thirdparty%2Fvalgrind.git Move the version number along. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_8_BRANCH@12951 --- diff --git a/configure.in b/configure.in index 70ed69f68c..cd436953e7 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.0],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.8.1.SVN],[valgrind-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign])