|
From: <sv...@va...> - 2017-06-02 11:44:18
|
Author: sewardj
Date: Fri Jun 2 12:44:06 2017
New Revision: 16434
Log:
-> 3.13.0.RC1 (this time with the correct version number)
Modified:
branches/VALGRIND_3_13_BRANCH/NEWS
branches/VALGRIND_3_13_BRANCH/configure.ac
Modified: branches/VALGRIND_3_13_BRANCH/NEWS
==============================================================================
--- branches/VALGRIND_3_13_BRANCH/NEWS (original)
+++ branches/VALGRIND_3_13_BRANCH/NEWS Fri Jun 2 12:44:06 2017
@@ -248,7 +248,7 @@
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)
Modified: branches/VALGRIND_3_13_BRANCH/configure.ac
==============================================================================
--- branches/VALGRIND_3_13_BRANCH/configure.ac (original)
+++ branches/VALGRIND_3_13_BRANCH/configure.ac Fri Jun 2 12:44:06 2017
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.13.RC1],[val...@li...])
+AC_INIT([Valgrind],[3.13.0.RC1],[val...@li...])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
|