From: Julian Seward Date: Thu, 18 Apr 2019 04:38:36 +0000 (+0200) Subject: Advance the head to 3.16.0.GIT. X-Git-Tag: VALGRIND_3_16_0~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b9aad08ae688a1e9723bbee931fe59b63e7b76;p=thirdparty%2Fvalgrind.git Advance the head to 3.16.0.GIT. --- diff --git a/configure.ac b/configure.ac index f8c798bf30..d043ce3464 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],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.16.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 cc8c2b848f..f071bd392d 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