On Fri, Sep 26, 2014 at 06:29:19 +0000, Dragos Carp via Digitalmars-d-announce wrote: > 1.2.3.x is an invalid version number. Only 3 group numbers are > allowed [1]. Though you could use prerelease and/or build > suffixes (1.2.3-0w / 1.2.3+0w).
How would you version a library which wraps another with 4 version components? Enforced semver to the limit that only 3 components are supported seems a little heavy-handed to me. --Ben
