|
From: <sv...@va...> - 2012-09-19 14:45:57
|
sewardj 2012-09-19 15:45:51 +0100 (Wed, 19 Sep 2012)
New Revision: 13005
Log:
Move the version number along.
Modified files:
branches/VALGRIND_3_8_BRANCH/configure.in
Modified: branches/VALGRIND_3_8_BRANCH/configure.in (+1 -1)
===================================================================
--- branches/VALGRIND_3_8_BRANCH/configure.in 2012-09-19 15:39:26 +01:00 (rev 13004)
+++ branches/VALGRIND_3_8_BRANCH/configure.in 2012-09-19 15:45:51 +01:00 (rev 13005)
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.8.1],[val...@li...])
+AC_INIT([Valgrind],[3.8.2.SVN],[val...@li...])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
|