|
From: <sv...@va...> - 2009-01-02 23:19:32
|
Author: sewardj Date: 2009-01-02 23:19:26 +0000 (Fri, 02 Jan 2009) New Revision: 8898 Log: --> 3.4.0 (first attempt) Modified: trunk/NEWS trunk/configure.in Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2009-01-02 23:17:02 UTC (rev 8897) +++ trunk/NEWS 2009-01-02 23:19:26 UTC (rev 8898) @@ -174,6 +174,7 @@ descriptions of data addresses in the error messages they create. (3.4.0.RC1: 24 Dec 2008, vex r1878, valgrind r8882). +(3.4.0: 3 Jan 2009, vex r1878, valgrind r8898). Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-01-02 23:17:02 UTC (rev 8897) +++ trunk/configure.in 2009-01-02 23:19:26 UTC (rev 8898) @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.4.0.RC1, val...@li...) +AC_INIT(Valgrind, 3.4.0, val...@li...) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign]) |