Now with __VALGRIND_MINOR__ set to 18 in include/valgrind.h
##------------------------------------------------------------##
# 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])
|| (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6))
*/
#define __VALGRIND_MAJOR__ 3
-#define __VALGRIND_MINOR__ 17
+#define __VALGRIND_MINOR__ 18
#include <stdarg.h>