|
From: <sv...@va...> - 2005-07-27 17:49:24
|
Author: sewardj Date: 2005-07-27 18:49:17 +0100 (Wed, 27 Jul 2005) New Revision: 4283 Log: Bump version number. Modified: trunk/NEWS trunk/configure.in Modified: trunk/NEWS =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 --- trunk/NEWS 2005-07-27 10:33:08 UTC (rev 4282) +++ trunk/NEWS 2005-07-27 17:49:17 UTC (rev 4283) @@ -113,6 +113,10 @@ [[TODO: add the full list here (once the RCs are out of the way?)]] =20 =20 +(3.0RC1: 27 July 05, vex r1303, valgrind r4283). + + + Stable release 2.4.0 (March 2005) -- CHANGES RELATIVE TO 2.2.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2.4.0 brings many significant changes and bug fixes. The most Modified: trunk/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 --- trunk/configure.in 2005-07-27 10:33:08 UTC (rev 4282) +++ trunk/configure.in 2005-07-27 17:49:17 UTC (rev 4283) @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.0.0.SVN, val...@li...) +AC_INIT(Valgrind, 3.0.RC1, val...@li...) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE |