]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update version numbers for 3.13.
authorJulian Seward <jseward@acm.org>
Thu, 1 Jun 2017 15:44:29 +0000 (15:44 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 1 Jun 2017 15:44:29 +0000 (15:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16431

NEWS
configure.ac
docs/xml/vg-entities.xml
include/valgrind.h

diff --git a/NEWS b/NEWS
index 594bf59add59d5815989565313c49a45c450feca..a213d2b25b4065e38ac1564f9b5412242d97d73c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Release 3.13.0 (?? June 2017)
+Release 3.13.0 (15 June 2017)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 3.13.0 is a feature release with many improvements and the usual collection of
index b95a041c67caea52979c2dec985de09f8800de74..39e68217de34d8a8a86f48db58a6f36475a55011 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.13.0.SVN],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.14.0.SVN],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
index ffddac043fffe3d0bf415da4e8d8d62ec4823572..2bf146daafa64bdc44ff82b535396ee216e3f060 100644 (file)
@@ -2,12 +2,12 @@
 <!ENTITY vg-jemail     "julian@valgrind.org">
 <!ENTITY vg-vemail     "valgrind@valgrind.org">
 <!ENTITY cl-email      "Josef.Weidendorfer@gmx.de">
-<!ENTITY vg-lifespan   "2000-2016">
+<!ENTITY vg-lifespan   "2000-2017">
 
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
-<!ENTITY rel-version "3.13.0.SVN">
-<!ENTITY rel-date    "?? ??????? 2017">
+<!ENTITY rel-version "3.13.0">
+<!ENTITY rel-date    "15 June 2017">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">
index e207b567f6620c89d7272392ef6c5a3233ad9475..5aed0dfca54cd5f119a3f5c7be6dabfe20b55cf9 100644 (file)
@@ -89,7 +89,7 @@
         || (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6))
 */
 #define __VALGRIND_MAJOR__    3
-#define __VALGRIND_MINOR__    12
+#define __VALGRIND_MINOR__    13
 
 
 #include <stdarg.h>