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 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_main.c b/coregrind/m_main.c
index 795fd0b..46ce80d 100644
--- a/coregrind/m_main.c
+++ b/coregrind/m_main.c
@@ -1484,7 +1484,7 @@
       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, "");
    }