From: Julian Seward Date: Wed, 23 Oct 2013 10:56:38 +0000 (+0000) Subject: Bump the version on the branch. X-Git-Tag: svn/VALGRIND_3_9_0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b47988ec48dd3513898367b7432d449275035ce;p=thirdparty%2Fvalgrind.git Bump the version on the branch. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_9_BRANCH@13678 --- diff --git a/configure.ac b/configure.ac index a4d33d2c68..813f1a2e5c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.9.0.SVN],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.9.0.PRE1],[valgrind-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects])