-> 3.18.1 final

Now with __VALGRIND_MINOR__ set to 18 in include/valgrind.h
This commit is contained in:
Mark Wielaard 2021-10-15 14:23:54 +02:00
parent 048e16ea5a
commit 42b08ed5bd
2 changed files with 2 additions and 2 deletions

View File

@ -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])

View File

@ -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>