Friday, December 16, 2011

Semantic Versioning

I really like this suggestion on software version formatting and incrementing taken from http://semver.org/
Consider a version format of X.Y.Z (Major.Minor.Patch). Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version.

No comments: