From: Nicholas Nethercote Date: Sat, 12 Mar 2005 16:54:07 +0000 (+0000) Subject: Update version to 3.0.0.CVS. Also change startup message to use this X-Git-Tag: svn/VALGRIND_3_0_0~1012 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc984f6a56f80a12391e122191c31725cf0a6725;p=thirdparty%2Fvalgrind.git Update version to 3.0.0.CVS. Also change startup message to use this version number again, rather than "SVN >= xxx". git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3306 --- diff --git a/configure.in b/configure.in index 15b4531f40..69d58704fc 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 2.3.0.CVS, valgrind-users@lists.sourceforge.net) +AC_INIT(Valgrind, 3.0.0.CVS, valgrind-users@lists.sourceforge.net) AC_CONFIG_SRCDIR(coregrind/vg_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index 1fe7101c06..1ff98ce9e5 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -1989,7 +1989,7 @@ static void process_cmd_line_options( UInt* client_auxv, const char* toolname ) "Copyright (C) 2004, and GNU GPL'd, by OpenWorks LLP."); VG_(message)(Vg_UserMsg, "Using valgrind-%s, a dynamic binary instrumentation framework.", - /*VERSION*/ "SVN >= 3207"); + VERSION); VG_(message)(Vg_UserMsg, "Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al."); }