|
From: <sv...@va...> - 2005-08-10 16:17:13
|
Author: sewardj Date: 2005-08-10 17:17:10 +0100 (Wed, 10 Aug 2005) New Revision: 4371 Log: Set correct interim version number for stable branch. Modified: branches/VALGRIND_3_0_BRANCH/configure.in Modified: branches/VALGRIND_3_0_BRANCH/configure.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/VALGRIND_3_0_BRANCH/configure.in 2005-08-10 14:03:28 UTC (re= v 4370) +++ branches/VALGRIND_3_0_BRANCH/configure.in 2005-08-10 16:17:10 UTC (re= v 4371) @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.0.0, val...@li...) +AC_INIT(Valgrind, 3.0.1.SVN, val...@li...) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE |