From 79be7969a95fb85cbe48d8fd0a6f5e50456d3ffd Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 6 Aug 2005 10:37:37 +0000 Subject: [PATCH] Oops, should have done this as soon as 3.0.0 was tagged. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4331 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2bf398f29..0ef431181 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.0.0, valgrind-users@lists.sourceforge.net) +AC_INIT(Valgrind, 3.1.SVN, valgrind-users@lists.sourceforge.net) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE