From: Julian Seward Date: Thu, 27 Oct 2011 11:08:44 +0000 (+0000) Subject: --> 3.7.0 TEST1. X-Git-Tag: svn/VALGRIND_3_7_0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c2215151c00ec1c54d223116ad80b9dccd54fb;p=thirdparty%2Fvalgrind.git --> 3.7.0 TEST1. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_7_BRANCH@12245 --- diff --git a/NEWS b/NEWS index a729f7fd65..4d3cb6a0f5 100644 --- a/NEWS +++ b/NEWS @@ -296,7 +296,8 @@ n-i-bz don't be spooked by libraries mashed by elfhack n-i-bz don't be spooked by libxul.so linked with gold n-i-bz improved checking for VALGRIND_CHECK_MEM_IS_DEFINED -(3.7.0: XX November 2011, vex rXXXX, valgrind rXXXXX). +(3.7.0-TEST1: 27 October 2011, vex r2228, valgrind r12245) +(3.7.0: XX November 2011, vex rXXXX, valgrind rXXXXX) diff --git a/configure.in b/configure.in index e988e6f5af..742a0471a1 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.7.0.SVN],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.7.0-TEST1],[valgrind-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign])