]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bump startup notices around a bit.
authorJulian Seward <jseward@acm.org>
Mon, 13 Dec 2004 18:30:39 +0000 (18:30 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 13 Dec 2004 18:30:39 +0000 (18:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3196

coregrind/vg_main.c

index b0c286a6724752bf7dcefe9a920a0fea7f112017..ad4341bc0b16707467d2cc7aeba9de3bc51fee78 100644 (file)
@@ -1994,9 +1994,14 @@ static void process_cmd_line_options( UInt* client_auxv, const char* toolname )
       VG_(message)(Vg_UserMsg, "%s", VG_(details).copyright_author);
 
       /* Core details */
+      VG_(message)(Vg_UserMsg,
+         "Using LibVEX-%s, a library for dynamic binary translation.",
+         /*VERSION*/ "SVN >= 653");
+      VG_(message)(Vg_UserMsg, 
+         "Copyright (C) 2004, and GNU GPL'd, by OpenWorks LLP.");
       VG_(message)(Vg_UserMsg,
          "Using valgrind-%s, a dynamic binary instrumentation framework.",
-         VERSION, VG_PLATFORM);
+         /*VERSION*/ "SVN >= 3196");
       VG_(message)(Vg_UserMsg, 
          "Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.");
    }