]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change the version "number" to something less confusing, since we are
authorJulian Seward <jseward@acm.org>
Wed, 23 Apr 2003 21:17:24 +0000 (21:17 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 23 Apr 2003 21:17:24 +0000 (21:17 +0000)
not (yet) making releases from this branch.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1549

configure.in

index 3c4dc2a1e02d9dd43247a7e20d84ca76e07eb391..532b670cd65d08d1654767240f5b6e7dad6c9d7b 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, 1.9.4)
+AM_INIT_AUTOMAKE(valgrind, cvs-head-2003-04-23)
 
 AM_MAINTAINER_MODE