|
From: <sv...@va...> - 2005-11-15 19:07:57
|
Author: cerion
Date: 2005-11-15 19:07:53 +0000 (Tue, 15 Nov 2005)
New Revision: 5134
Log:
Incremented the xml output protocolversion to 2, following the change in =
the time field format of r5042
Modified:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_main.c 2005-11-15 15:27:06 UTC (rev 5133)
+++ trunk/coregrind/m_main.c 2005-11-15 19:07:53 UTC (rev 5134)
@@ -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, "");
}
=20
|