From: Julian Seward Date: Thu, 1 Jun 2017 15:44:29 +0000 (+0000) Subject: Update version numbers for 3.13. X-Git-Tag: VALGRIND_3_14_0~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd319ac6647280bfca0c69367fdf1fef18c171c;p=thirdparty%2Fvalgrind.git Update version numbers for 3.13. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16431 --- diff --git a/NEWS b/NEWS index 594bf59add..a213d2b25b 100644 --- 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 diff --git a/configure.ac b/configure.ac index b95a041c67..39e68217de 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.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]) diff --git a/docs/xml/vg-entities.xml b/docs/xml/vg-entities.xml index ffddac043f..2bf146daaf 100644 --- a/docs/xml/vg-entities.xml +++ b/docs/xml/vg-entities.xml @@ -2,12 +2,12 @@ - + - - + + diff --git a/include/valgrind.h b/include/valgrind.h index e207b567f6..5aed0dfca5 100644 --- a/include/valgrind.h +++ b/include/valgrind.h @@ -89,7 +89,7 @@ || (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6)) */ #define __VALGRIND_MAJOR__ 3 -#define __VALGRIND_MINOR__ 12 +#define __VALGRIND_MINOR__ 13 #include