]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update configure.ac to next version 3.15.GIT ...
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 20 Oct 2018 14:54:19 +0000 (16:54 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 20 Oct 2018 14:54:19 +0000 (16:54 +0200)
As pointed out by Rhys, we need a .GIT postfix waiting
for the release ...

configure.ac

index 5d35626ece2edfe04dcc358713f25b6c97bfd6ed..289514ff15d1481d36dcd91130b992d81f239808 100644 (file)
@@ -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.15.0.GIT],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])