]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
-> 3.18.1 final VALGRIND_3_18_1
authorMark Wielaard <mark@klomp.org>
Fri, 15 Oct 2021 12:23:54 +0000 (14:23 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 15 Oct 2021 12:23:59 +0000 (14:23 +0200)
Now with __VALGRIND_MINOR__ set to 18 in include/valgrind.h

configure.ac
include/valgrind.h

index e6e78d947cf1baf318ba4cdbe456dbfb4c952cb1..b851798f5146ace2fc43863735f6e96519134f6b 100755 (executable)
@@ -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])
index ae04c0faa7248fb3dc5f6e0f782c1db0de006ae7..04254df8c77018a62308f70eb8e45bd1a8c1505f 100644 (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>