From: Julian Seward Date: Fri, 2 Jun 2017 11:44:06 +0000 (+0000) Subject: -> 3.13.0.RC1 (this time with the correct version number) X-Git-Tag: svn/VALGRIND_3_13_0~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc57110c7b5ea28dc14cffd8bc0c17a292ed84fb;p=thirdparty%2Fvalgrind.git -> 3.13.0.RC1 (this time with the correct version number) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_13_BRANCH@16434 --- diff --git a/NEWS b/NEWS index 4917ec3b6b..469390a0a5 100644 --- a/NEWS +++ b/NEWS @@ -248,7 +248,7 @@ where XXXXXX is the bug number as listed below. 379925 PPC64, mtffs does not set the FPCC and C bits in the FPSCR correctly 379966 WARNING: unhandled amd64-linux syscall: 313 (finit_module) -(3.13.0.RC1: 2 June 2017, vex r3386, valgrind r16432) +(3.13.0.RC1: 2 June 2017, vex r3386, valgrind r16434) diff --git a/configure.ac b/configure.ac index e978bc3393..d45a7c9dad 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.13.RC1],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.13.0.RC1],[valgrind-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects])