Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "[trace] remove version, otherwise we'll have to updates tesh'es at every...
[simgrid.git] / src / instr / instr_paje_trace.c
index 4af041e..7b5568d 100644 (file)
@@ -177,7 +177,7 @@ void TRACE_paje_start(void)
   XBT_DEBUG("Filename %s is open for writing", filename);
 
   /* output generator version */
-  fprintf (tracing_file, "#SimGrid generates this trace file.\n");
+  fprintf (tracing_file, "#This file was generated using SimGrid-%d.%d.%d\n", SIMGRID_VERSION_MAJOR, SIMGRID_VERSION_MINOR, SIMGRID_VERSION_PATCH);
 
   /* output one line comment */
   dump_comment (TRACE_get_comment());