[Proj] Next major proj version: 4.10 ?
Howard Butler
howard at hobu.co
Tue Jul 7 23:05:24 EST 2015
> On Jul 7, 2015, at 2:20 PM, Elliott Sales de Andrade <quantum.analyst at gmail.com> wrote:
>
> Hi Even,
>
> On 7 July 2015 at 12:53, Even Rouault <even.rouault at spatialys.com> wrote:
>> Hi,
>>
>> What will be the number of the next major proj version : 4.10 ?
>>
>> I'm wondering so as to be able to close a ticket and set the appropriate
>> milestone (4.10 doesn't exist currently in github tickets)
>>
>
> For GitHub, it doesn't matter. You can just call it "next major
> release" and rename it once the release is made. (Though I would point
> out that according to semver, 4.10.0 is a minor release.)
>
>> Currently, we have:
>>
>> #define PJ_VERSION 491
>>
>> I guess that with 4.10 that should become :
>>
>> /* MAJOR * 10000 + MINOR * 100 + MICRO */
>> #define PJ_VERSION 41000
This seems fine to me (and follows GDAL too, no?).
It’s not like we can have a proj.4 5.0 release ;)
Howard
More information about the Proj
mailing list