From 09e7482024f17935f81fbf01d6c15b5329aaf0ce Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 8 Jun 2020 21:12:39 +0200 Subject: [PATCH] Advance the head to 3.17.0.GIT. --- configure.ac | 2 +- include/valgrind.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 524230d57d..49f2ba83de 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.16.0],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.17.0.GIT],[valgrind-users@lists.sourceforge.net]) 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 00e985dca8..d33dd30932 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__ 16 +#define __VALGRIND_MINOR__ 17 #include -- 2.47.2