DUB 0.9.22 released

Ben Boeckel via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Sep 25 12:38:36 PDT 2014


On Mon, Sep 22, 2014 at 21:04:24 +0000, tn via Digitalmars-d-announce wrote:
> What is the recommended way of versioning bindings? If the 
> binding of the target library 1.2.3 is versioned as 1.2.3 and a 
> bug is fixed in the binding (no change in the target library), 
> how should the new version of the binding for target version 
> 1.2.3 be versioned? Using 1.2.4 is not an option because it 
> potentially collides with the binding for the next version of the 
> target.

What about 1.2.3.x? How does dub handle letters in version numbers?
Maybe "1.2.3.0w" would be viable ('w' for 'wrap').

--Ben


More information about the Digitalmars-d-announce mailing list