From: Nicholas Nethercote Date: Mon, 12 Apr 2004 09:09:29 +0000 (+0000) Subject: Remove illegal '-' in @VERSION@. X-Git-Tag: svn/VALGRIND_2_1_2~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f37f533f73f96d0192a85ceb6fe57571a629bbd6;p=thirdparty%2Fvalgrind.git Remove illegal '-' in @VERSION@. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2357 --- diff --git a/configure.in b/configure.in index 3fbab35af7..8842f8a2bb 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, 2.1.2-CVS) +AM_INIT_AUTOMAKE(valgrind, 2.1.2.CVS) AM_MAINTAINER_MODE