Wednesday, August 8, 2012

Versioning Scheme


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.
http://semver.org/

No comments:

Post a Comment