|
From: Tatsuro M. <tma...@ya...> - 2017-03-01 01:43:35
|
----- Original Message ----- > From: Tatsuro MATSUOKA > To: tmacchant3; Merritt Ethan ; gnuplot-beta > Cc: bmaerkisch > Date: 2017/3/1, Wed 10:25 > Subject: Re: (5.0.6pre source and windows binary) > > ----- Original Message ----- > >> From: Tatsuro MATSUOKA >> To: Merritt Ethan ; gnuplot-beta >> Cc: bmaerkisch >> Date: 2017/3/1, Wed 09:45 >> Subject: Re: (5.0.6pre for windows) >> >>> >> >>> 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 >> > > Also ere windows build is OK. > I upload 32 bit binary to > https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0%20release%20candidates/ > for those who use 32 bit version windows. > > Tatsuro I have confirmed that the typo in version.c is corrected in the current source file. Thanks! Tatsuro |