From: Julian Seward Date: Thu, 6 Nov 2003 00:03:20 +0000 (+0000) Subject: It's not good that the head claims to be some old stable version. X-Git-Tag: svn/VALGRIND_2_1_0~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=083ea7f867f3c03e55da0e7b630f9b224b5fee16;p=thirdparty%2Fvalgrind.git It's not good that the head claims to be some old stable version. Change the version number to 'HEAD'. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2007 --- diff --git a/configure.in b/configure.in index 8739acbb30..f6c1fec33f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT(coregrind/vg_main.c) # give me a source file, any source file... AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(valgrind, 20030725) +AM_INIT_AUTOMAKE(valgrind, HEAD) AM_MAINTAINER_MODE