]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
-> 3.12.0.RC1
authorJulian Seward <jseward@acm.org>
Thu, 20 Oct 2016 08:44:40 +0000 (08:44 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 20 Oct 2016 08:44:40 +0000 (08:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_12_BRANCH@16094

NEWS
configure.ac
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index f153c027b030e8002497baea9a207d1757924363..0efa169eaf3d6d07da8ff522332193456fdcd56d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -259,7 +259,7 @@ n-i-bz  ppc: Fix two cases of PPCAvFpOp vs PPCFpOp enum confusion
 n-i-bz  arm: Fix incorrect register-number constraint check for LDAEX{,B,H,D}
 n-i-bz  DHAT: added collection of the metric "tot-blocks-allocd" 
 
-(3.12.0.RC1:  20 October 2016, vex r3282, valgrind r16092)
+(3.12.0.RC1:  20 October 2016, vex r3282, valgrind r16094)
 
 
 
index 689045038b75f6d3ded17bffae17d7a9991ed88a..c268097f2a8c5f4794224b80f14ca5008116217c 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.12.BRANCH],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.12.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])
index 1d8f322d8ee7ee36f00ea9e83da3d413ce004be7..95123016557936babcf4dbe1e2dbaf472a717c57 100644 (file)
@@ -6,8 +6,8 @@
 
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
-<!ENTITY rel-version "3.12.0.SVN">
-<!ENTITY rel-date    "?? ??????? 2016">
+<!ENTITY rel-version "3.12.0">
+<!ENTITY rel-date    "20 October 2016">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">