]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Advance the head to 3.17.0.GIT.
authorMark Wielaard <mark@klomp.org>
Mon, 8 Jun 2020 19:12:39 +0000 (21:12 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 8 Jun 2020 19:12:39 +0000 (21:12 +0200)
configure.ac
include/valgrind.h

index 524230d57d1fb874a69a9e1b12dd1a69d8d72e7a..49f2ba83de3ab48105c0f1bdb581f955e9881f82 100755 (executable)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.16.0],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.17.0.GIT],[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 00e985dca80ba7f9da5853694392e92b7557b4c1..d33dd30932aa86b8284cb93d0e29ec646e820197 100644 (file)
@@ -89,7 +89,7 @@
         || (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6))
 */
 #define __VALGRIND_MAJOR__    3
-#define __VALGRIND_MINOR__    16
+#define __VALGRIND_MINOR__    17
 
 
 #include <stdarg.h>