----- Original Message -----
> From: sfeam
> To: gnu...@li...; Tatsuro MATSUOKA
> Date: 2014/8/23, Sat 00:03
> Subject: Re: version.c still points to 5.0 rc1.
>
> 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.
The reason that I have noticed that version.c is not changed is that version +
patch level that is represented in the startup screen is 5.0rc-1.
In MinGW build, the version number and patch level are reflected to the file name
of installer and zip file.
In Cygwin build, the version number is reflected to the install directory name.
The above example that I have noticed.
Tatsuro
|