]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove illegal '-' in @VERSION@.
authorNicholas Nethercote <n.nethercote@gmail.com>
Mon, 12 Apr 2004 09:09:29 +0000 (09:09 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 12 Apr 2004 09:09:29 +0000 (09:09 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2357

configure.in

index 3fbab35af7495414434fc6192a8c807cf0d7e547..8842f8a2bbfc79b8e704cb4c7796975f2d04768d 100644 (file)
@@ -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