|
From: <sv...@va...> - 2012-09-02 21:59:11
|
sewardj 2012-09-02 22:59:01 +0100 (Sun, 02 Sep 2012)
New Revision: 12951
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-02 22:53:17 +01:00 (rev 12950)
+++ branches/VALGRIND_3_8_BRANCH/configure.in 2012-09-02 22:59:01 +01:00 (rev 12951)
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.8.0],[val...@li...])
+AC_INIT([Valgrind],[3.8.1.SVN],[val...@li...])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
|