What version number should an unreleased project receive?
Posted
by Byran
on Stack Overflow
See other posts from Stack Overflow
or by Byran
Published on 2010-06-17T02:04:38Z
Indexed on
2010/06/17
2:12 UTC
Read the original article
Hit count: 259
Note: I'm new to version numbering. Please excuse my ignorance.
I have a project where an attempted major release (Version B) was abandoned then later re-attempted and release (Version C). Each version has major changes from the previous version that I wouldn't consider an minor update. Little to nothing of Version B made it into Version C.
Version A (1.0)
- Developed, released, updated, etc.
Version B (???)
- Developed, suspended, abandoned.
Version C (2.0)
- Developed, released, updated, etc.
I feel like I should have version them like so, but worried about confusion of the missing version:
- Version A (1.0)
- Version B (2.0)
- Version C (3.0)
© Stack Overflow or respective owner