|
From: sfeam <sf...@us...> - 2014-08-22 15:04:23
|
On Friday, 22 August 2014 03:01:57 PM Tatsuro MATSUOKA wrote: > Hello > > I have check out the cvs source and found the cvs version is now updated to 5.1. > > However, the version pointed in version.c in 5.1 branch still points 5.0 rc1. > > 42: const char gnuplot_version[] = "5.0"; > 43: const char gnuplot_patchlevel[] = "rc1"; > > Please correct it. These are supposed to be replaced by the contents of VERSION and PATCHLEVEL by the build procedure. But OK, it should be changed in version.c for consistency. |