Update configure.ac to next version 3.15.GIT ...

As pointed out by Rhys, we need a .GIT postfix waiting
for the release ...
This commit is contained in:
Philippe Waroquiers 2018-10-20 16:54:19 +02:00
parent e8eda462e9
commit d00dd9c2dd

View 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])