From: Mark Wielaard Date: Mon, 8 Jun 2020 19:12:39 +0000 (+0200) Subject: Advance the head to 3.17.0.GIT. X-Git-Tag: VALGRIND_3_17_0~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09e7482024f17935f81fbf01d6c15b5329aaf0ce;p=thirdparty%2Fvalgrind.git Advance the head to 3.17.0.GIT. --- 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