]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update version to 3.0.0.CVS. Also change startup message to use this
authorNicholas Nethercote <njn@valgrind.org>
Sat, 12 Mar 2005 16:54:07 +0000 (16:54 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 12 Mar 2005 16:54:07 +0000 (16:54 +0000)
version number again, rather than "SVN >= xxx".

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

configure.in
coregrind/vg_main.c

index 15b4531f40308f77f1906970b57c5054f2a8c947..69d58704fc8ddb1e61233f213b1638b72db21530 100644 (file)
@@ -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
index 1fe7101c06e35e728b3b69924ad1fe01b02489bc..1ff98ce9e5d55b067cf9fc28c4cfc1483de2137b 100644 (file)
@@ -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.");
    }