From: Cerion Armour-Brown Date: Tue, 15 Nov 2005 19:07:53 +0000 (+0000) Subject: Incremented the xml output protocolversion to 2, following the change in the time... X-Git-Tag: svn/VALGRIND_3_1_0~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db9b4463907108486d23a7f6c6404bd7fa9729be;p=thirdparty%2Fvalgrind.git Incremented the xml output protocolversion to 2, following the change in the time field format of r5042 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5134 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 795fd0be0c..46ce80d551 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -1484,7 +1484,7 @@ static void print_preamble(Bool logging_to_fd, const char* toolname) VG_(message)(Vg_UserMsg, ""); VG_(message)(Vg_UserMsg, ""); VG_(message)(Vg_UserMsg, ""); - VG_(message)(Vg_UserMsg, "1"); + VG_(message)(Vg_UserMsg, "2"); VG_(message)(Vg_UserMsg, ""); }