Release numbering

Jacob Carlborg via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Aug 21 10:48:49 PDT 2014


On 2014-08-21 18:44, Kai Nacke wrote:
> Hi bearophile!
> On Wednesday, 20 August 2014 at 09:55:39 UTC, bearophile wrote:
>> Is it a good idea to change the release numbering of ldc, using the
>> same as the D front-end, like "ldc 2.067.2"?
>
> LDC releases are not always in sync with the front end version.
> E.g. I could imagine a 0.14.1 release with minor fixes and build with
> LLVM 3.5.
>
> Integration of the front end version might be a good idea as it can
> reduce number of bug reports caused by referring to the wrong front end
> version.

You could have version numbers like 0.14.1+2.066.0. In Semver, 
everything after the plus sign is just metadata and doesn't affect the 
version.

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list