From: Julian Seward Date: Wed, 8 Aug 2012 23:35:35 +0000 (+0000) Subject: --> 3.8.0-TEST3 X-Git-Tag: svn/VALGRIND_3_8_0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99606c64bf1a965bb73743223a37151781155f08;p=thirdparty%2Fvalgrind.git --> 3.8.0-TEST3 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12865 --- diff --git a/NEWS b/NEWS index 21ef53708d..34ea7a7a18 100644 --- a/NEWS +++ b/NEWS @@ -294,7 +294,7 @@ n-i-bz Fix assert in gdbserver for watchpoints watching the same address n-i-bz Fix false positive in sys_clone on amd64 when optional args [..] n-i-bz s390x: Shadow registers can now be examined using vgdb -(3.8.0-TEST1: 7 August 2012, vex r2463, valgrind r12857) +(3.8.0-TEST3: 9 August 2012, vex r2465, valgrind r12865) diff --git a/configure.in b/configure.in index e7f5db135c..47a845d849 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.8.0-TEST1],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.8.0-TEST3],[valgrind-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign])