From: Julian Seward Date: Fri, 17 Dec 2004 19:18:02 +0000 (+0000) Subject: Update version numbers by hand. Duh. ToDo: automatically X-Git-Tag: svn/VALGRIND_3_0_0~1111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cde876c63e02242903d0a9e2e8681e236eed0ea0;p=thirdparty%2Fvalgrind.git Update version numbers by hand. Duh. ToDo: automatically git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3207 --- diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index ad4341bc0b..0d8df1c94e 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -1996,12 +1996,12 @@ 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 >= 653"); + /*VERSION*/ "SVN >= 671"); 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*/ "SVN >= 3196"); + /*VERSION*/ "SVN >= 3207"); VG_(message)(Vg_UserMsg, "Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al."); }