|
From: Julian S. <se...@so...> - 2019-04-18 04:39:31
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=88b9aad08ae688a1e9723bbee931fe59b63e7b76 commit 88b9aad08ae688a1e9723bbee931fe59b63e7b76 Author: Julian Seward <js...@ac...> Date: Thu Apr 18 06:38:36 2019 +0200 Advance the head to 3.16.0.GIT. Diff: --- configure.ac | 2 +- include/valgrind.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f8c798b..d043ce3 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.15.0],[val...@li...]) +AC_INIT([Valgrind],[3.16.0.GIT],[val...@li...]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) diff --git a/include/valgrind.h b/include/valgrind.h index cc8c2b8..f071bd3 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__ 15 +#define __VALGRIND_MINOR__ 16 #include <stdarg.h> |