From: Julian Seward Date: Wed, 27 Oct 2004 09:19:44 +0000 (+0000) Subject: Update stated version to 437 (for snapshotting). X-Git-Tag: svn/VALGRIND_3_0_1^2~897 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4899bcc0e3a1e1262437624a9bc4db36d7f84a8a;p=thirdparty%2Fvalgrind.git Update stated version to 437 (for snapshotting). git-svn-id: svn://svn.valgrind.org/vex/trunk@437 --- diff --git a/VEX/head20041019/coregrind/vg_main.c b/VEX/head20041019/coregrind/vg_main.c index dfa9ad9d5f..e218a3e9a8 100644 --- a/VEX/head20041019/coregrind/vg_main.c +++ b/VEX/head20041019/coregrind/vg_main.c @@ -1995,7 +1995,7 @@ static void process_cmd_line_options( UInt* client_auxv, const char* toolname ) VG_(message)(Vg_UserMsg, "Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al."); VG_(message)(Vg_UserMsg, - "EXPERIMENTAL LibVEX/IR-based system. Using LibVEX rev 396."); + "EXPERIMENTAL LibVEX/IR-based system. Using LibVEX rev 437."); VG_(message)(Vg_UserMsg, "Copyright (C) 2004, and GNU GPL'd, by OpenWorks LLP."); }