From: Philippe Waroquiers Date: Sat, 20 Oct 2018 14:54:19 +0000 (+0200) Subject: Update configure.ac to next version 3.15.GIT ... X-Git-Tag: VALGRIND_3_15_0~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d00dd9c2dd3f2e623f4db48d66d3b54b858842dd;p=thirdparty%2Fvalgrind.git Update configure.ac to next version 3.15.GIT ... As pointed out by Rhys, we need a .GIT postfix waiting for the release ... --- diff --git a/configure.ac b/configure.ac index 5d35626ece..289514ff15 100644 --- a/configure.ac +++ b/configure.ac @@ -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])