|
From: Petr M. <mi...@ph...> - 2006-06-30 07:27:57
|
>> The "GPVAL_ variables" patch has been committed ... now I think that might >> be useful to add also the following two automatic variables (floats): >> >> GPVAL_VERSION = 4.2 >> GPVAL_PATCHLEVEL = 0 > > If possible, tie this variable together with the number printed at startup: yes, the committed patch uses atof(gnuplot_version) and atoi(gnuplot_patchlevel), respectively --- PM |