|
From: Mark W. <ma...@so...> - 2021-10-15 12:26:41
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=42b08ed5bda9aa2b18d826a99a10312f826e3b85 commit 42b08ed5bda9aa2b18d826a99a10312f826e3b85 Author: Mark Wielaard <ma...@kl...> Date: Fri Oct 15 14:23:54 2021 +0200 -> 3.18.1 final Now with __VALGRIND_MINOR__ set to 18 in include/valgrind.h Diff: --- configure.ac | 2 +- include/valgrind.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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],[val...@li...]) +AC_INIT([Valgrind],[3.18.1],[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 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 <stdarg.h> |