|
From: Petr M. <mi...@ph...> - 2005-11-24 10:48:09
|
> I think this (and "strings `which gnuplot` |grep '$Id:'") only works > with executables built without optimisation. > > $ ident `which gnuplot` > /usr/local/bin/gnuplot: > $Header: /cvsroot/gnuplot/gnuplot/term/tgif.trm,v 1.36 2005/08/07 09:43:34 mikulik Exp $ This looks to be a string printed in every output file of "set term tgif". This message makes no sense there. I propose it is replaced by the same message which appears in postscript files: fprintf(..., "Creator: gnuplot %s patchlevel %s\n", gnuplot_version, gnuplot_patchlevel) --- PM |