]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
It's not good that the head claims to be some old stable version.
authorJulian Seward <jseward@acm.org>
Thu, 6 Nov 2003 00:03:20 +0000 (00:03 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 6 Nov 2003 00:03:20 +0000 (00:03 +0000)
Change the version number to 'HEAD'.

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

configure.in

index 8739acbb30da5c7270853b1d79e5fdeee8ff08a0..f6c1fec33f5c2508a06ddef6068f76511e35e3dd 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, 20030725)
+AM_INIT_AUTOMAKE(valgrind, HEAD)
 
 AM_MAINTAINER_MODE