From: Mark Wielaard Date: Fri, 15 Oct 2021 12:23:54 +0000 (+0200) Subject: -> 3.18.1 final X-Git-Tag: VALGRIND_3_18_1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42b08ed5bda9aa2b18d826a99a10312f826e3b85;p=thirdparty%2Fvalgrind.git -> 3.18.1 final Now with __VALGRIND_MINOR__ set to 18 in include/valgrind.h --- diff --git a/configure.ac b/configure.ac index e6e78d947c..b851798f51 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.18.0],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.18.1],[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 ae04c0faa7..04254df8c7 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__ 17 +#define __VALGRIND_MINOR__ 18 #include