What version numbering scheme to use?

前端 未结 5 2021
梦如初夏
梦如初夏 2020-12-23 02:05

I\'m looking for a version numbering scheme that expresses the extent of change, especially compatiblity.

Apache APR, for example, use the well known version number

5条回答
  •  借酒劲吻你
    2020-12-23 02:55

    I would recommend the Semantic Versioning standard, which the Maven versioning system also appears to follow. Please check out,

    http://semver.org/

    In short it is .., and you can add additional rules to the anything else part as seems fit to you. eg. --.

提交回复
热议问题