|
From: Ethan A M. <sf...@us...> - 2017-03-01 01:24:12
|
On Wednesday, 01 March, 2017 09:45:28 Tatsuro MATSUOKA wrote: > > > > > You guys are so quick! > > > > I have bumped the date string in version.c to today' (28 Feb 2017) > > and uploaded a source tarball to the release candidate area of SourceForge. > > > > If there are no problem reports or requests for additional changes, I will > > replace the "6pre" source tarball with a 5.0.6 release tarball after > > 1-2 weeks. > > The 5.0.6 release announcement would follow by the end of March. > > > > Does that sound OK? > > > > Ethan > > > > I think that the release plan is OK. > > I found a typo in version.c > > --- a/src/version.c 2017-03-01 02:21:01.000000000 +0900 > +++ b/src/version.c 2017-03-01 08:39:41.379137800 +0900 > @@ -44,7 +44,7 @@ > #ifdef DEVELOPMENT_VERSION > #include "timestamp.h" > #else > -const char gnuplot_date[] = "2017-01-28"; > +const char gnuplot_date[] = "2017-02-28"; > #endif > const char gnuplot_copyright[] = "Copyright (C) 1986-1993, 1998, 2004, 2007-2017"; > > > Tatsuro Proving one more time that no change is too simple to get wrong. I've made that one character change and uploaded a new tarball. thanks! Ethan |