Do you start versioning at 0.1 and change to 1.0 once approved by a client or tester?

Last updated by Brook Jeynes [SSW] 4 months ago.See history

This rule has been archived
Archived Reason: obsolete - replaced by https://www.ssw.com.au/rules/semantic-versioning

Software and document version numbers should be consistent and meaningful to both the developer and the user.

Generally, version numbering should begin at 0.1. Once the project has been approved for release by the client or tester, the version number will be incremented to 1.0. The numbering after the decimal point needs to be decided on and uniform. For example, 1.1 might have many bug fixes and a minor new feature, while 1.11 might only include one minor bug fix.

We open source. Powered by GitHub