It's not good that the head claims to be some old stable version.
Change the version number to 'HEAD'.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2007 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/configure.in b/configure.in
index 8739acb..f6c1fec 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, 20030725)
+AM_INIT_AUTOMAKE(valgrind, HEAD)
 
 AM_MAINTAINER_MODE