]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Advance the head to 3.16.0.GIT.
authorJulian Seward <jseward@acm.org>
Thu, 18 Apr 2019 04:38:36 +0000 (06:38 +0200)
committerJulian Seward <jseward@acm.org>
Thu, 18 Apr 2019 04:38:36 +0000 (06:38 +0200)
configure.ac
include/valgrind.h

index f8c798bf30f3a55146e7ade6eef049a4459f77a2..d043ce346443aae6efdd22eca2077ce53c6c0977 100755 (executable)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.15.0],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.16.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 cc8c2b848fe6c3c29424b558462c330ea685bba1..f071bd392d3f289faca2f3c9507ecb3bf26635d4 100644 (file)
@@ -89,7 +89,7 @@
         || (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6))
 */
 #define __VALGRIND_MAJOR__    3
-#define __VALGRIND_MINOR__    15
+#define __VALGRIND_MINOR__    16
 
 
 #include <stdarg.h>