From: Julian Seward Date: Mon, 20 Dec 2004 04:38:31 +0000 (+0000) Subject: Use new function LibVEX_Version. X-Git-Tag: svn/VALGRIND_3_0_0~1110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00fab1f97d5d13e868c2319013cfb60dbe74f0a0;p=thirdparty%2Fvalgrind.git Use new function LibVEX_Version. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3208 --- diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index 0d8df1c94e..a427edc093 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -1995,8 +1995,8 @@ static void process_cmd_line_options( UInt* client_auxv, const char* toolname ) /* Core details */ VG_(message)(Vg_UserMsg, - "Using LibVEX-%s, a library for dynamic binary translation.", - /*VERSION*/ "SVN >= 671"); + "Using LibVEX rev %s, a library for dynamic binary translation.", + LibVEX_Version() ); VG_(message)(Vg_UserMsg, "Copyright (C) 2004, and GNU GPL'd, by OpenWorks LLP."); VG_(message)(Vg_UserMsg,