|
From: <sv...@va...> - 2015-09-21 10:42:16
|
Author: sewardj
Date: Mon Sep 21 11:42:07 2015
New Revision: 15666
Log:
--> 3.10.1.TEST2
Modified:
branches/VALGRIND_3_11_BRANCH/NEWS
branches/VALGRIND_3_11_BRANCH/configure.ac
Modified: branches/VALGRIND_3_11_BRANCH/NEWS
==============================================================================
--- branches/VALGRIND_3_11_BRANCH/NEWS (original)
+++ branches/VALGRIND_3_11_BRANCH/NEWS Mon Sep 21 11:42:07 2015
@@ -400,6 +400,7 @@
n-i-bz In VALGRIND_PRINTF write out thread name, if any, to xml
(3.10.1.TEST1: 8 September 2015, vex r3187, valgrind r15646)
+(3.10.1.TEST2: 21 September 2015, vex r3193, valgrind r15666)
Modified: branches/VALGRIND_3_11_BRANCH/configure.ac
==============================================================================
--- branches/VALGRIND_3_11_BRANCH/configure.ac (original)
+++ branches/VALGRIND_3_11_BRANCH/configure.ac Mon Sep 21 11:42:07 2015
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.11.0.TEST1],[val...@li...])
+AC_INIT([Valgrind],[3.11.0.TEST2],[val...@li...])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
|