From: schnorr Date: Fri, 14 Sep 2012 08:07:17 +0000 (+0200) Subject: Revert "[trace] remove version, otherwise we'll have to updates tesh'es at every... X-Git-Tag: v3_8~146^2~59 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/11352dc3ddb22ac0537039ce4345e3af5e106d7b Revert "[trace] remove version, otherwise we'll have to updates tesh'es at every release" This reverts commit b4a1edc6568563a179fc1177a36421094d0bf6ac. --- diff --git a/src/instr/instr_paje_trace.c b/src/instr/instr_paje_trace.c index 4af041e583..7b5568d03b 100644 --- a/src/instr/instr_paje_trace.c +++ b/src/instr/instr_paje_trace.c @@ -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());