|
From: Tatsuro M. <tma...@ya...> - 2017-03-01 00:45:39
|
> > 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 |