From db9b4463907108486d23a7f6c6404bd7fa9729be Mon Sep 17 00:00:00 2001 From: Cerion Armour-Brown Date: Tue, 15 Nov 2005 19:07:53 +0000 Subject: [PATCH] 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 --- coregrind/m_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ""); } -- 2.47.2