]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Incremented the xml output protocolversion to 2, following the change in the time...
authorCerion Armour-Brown <cerion@valgrind.org>
Tue, 15 Nov 2005 19:07:53 +0000 (19:07 +0000)
committerCerion Armour-Brown <cerion@valgrind.org>
Tue, 15 Nov 2005 19:07:53 +0000 (19:07 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5134

coregrind/m_main.c

index 795fd0be0c9d7ea9227e2bb548c8f9f668b7fae3..46ce80d551111854dfcb31f240e6d7067d50156e 100644 (file)
@@ -1484,7 +1484,7 @@ static void print_preamble(Bool logging_to_fd, const char* toolname)
       VG_(message)(Vg_UserMsg, "");
       VG_(message)(Vg_UserMsg, "<valgrindoutput>");
       VG_(message)(Vg_UserMsg, "");
-      VG_(message)(Vg_UserMsg, "<protocolversion>1</protocolversion>");
+      VG_(message)(Vg_UserMsg, "<protocolversion>2</protocolversion>");
       VG_(message)(Vg_UserMsg, "");
    }