From 9fc7f1e22c63733eda6bf04e321a9c8b7f9188aa Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Sat, 29 Oct 2016 13:27:51 +0000 Subject: [PATCH] Now that 3.12 is out, update version under development to 3.13.0.SVN git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16108 --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- docs/xml/vg-entities.xml | 4 ++-- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e0ce235115..ee33465250 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Release 3.13.0 (?? ????????? 201?) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-- +Release 3.13.0 is under development, not yet released. + +* ================== PLATFORM CHANGES ================= + +* ==================== TOOL CHANGES ==================== + +* ==================== OTHER CHANGES ==================== + +* ==================== FIXED BUGS ==================== + +The following bugs have been fixed or resolved. Note that "n-i-bz" +stands for "not in bugzilla" -- that is, a bug that was reported to us +but never got a bugzilla entry. We encourage you to file bugs in +bugzilla (https://bugs.kde.org/enter_bug.cgi?product=valgrind) rather +than mailing the developers (or mailing lists) directly -- bugs that +are not entered into bugzilla tend to get forgotten about or ignored. + +To see details of a given bug, visit + https://bugs.kde.org/show_bug.cgi?id=XXXXXX +where XXXXXX is the bug number as listed below. + + + + Release 3.12.0 (20 October 2016) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/configure.ac b/configure.ac index 4e8d7271ae..2d225b4cd9 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.12.0.SVN],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.13.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 1d8f322d8e..ffddac043f 100644 --- a/docs/xml/vg-entities.xml +++ b/docs/xml/vg-entities.xml @@ -6,8 +6,8 @@ - - + + -- 2.47.2