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 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/configure.in b/configure.in
index 3c4dc2a..532b670 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