From: Julian Seward Date: Wed, 23 Apr 2003 21:17:24 +0000 (+0000) Subject: Change the version "number" to something less confusing, since we are X-Git-Tag: svn/VALGRIND_2_0_0~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e033e52c1994e9766dcf854fbc7b5a359d4269a4;p=thirdparty%2Fvalgrind.git Change the version "number" to something less confusing, since we are not (yet) making releases from this branch. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1549 --- diff --git a/configure.in b/configure.in index 3c4dc2a1e0..532b670cd6 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, 1.9.4) +AM_INIT_AUTOMAKE(valgrind, cvs-head-2003-04-23) AM_MAINTAINER_MODE