From: Julian Seward Date: Mon, 13 Dec 2004 18:30:39 +0000 (+0000) Subject: Bump startup notices around a bit. X-Git-Tag: svn/VALGRIND_3_0_0~1122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a79ebb15b4bf0a2e7ca5af7f44ab6c4e1506e3c;p=thirdparty%2Fvalgrind.git Bump startup notices around a bit. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3196 --- diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index b0c286a672..ad4341bc0b 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -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."); }