This project uses a version schema formatted as:
a.b.cddd
Only increased when the current project's code base is incompatible with a previous major version
Newly added features will not cause a major version increase but significate behavior changes will
Only increased at the start of a developement cycle
Indicates where in the developement cycle the current code base is.
Some states may be skipped if deemed unnecessary.
0
: In devThe project's code is incomplete and non-functional
1
: AlphaThe project's code is incomplete and has desired features missing.
The project's code is mostly functional but may have significant amounts of bugs.
2
: BetaThe project's code is complete but desired features may still be missing.
The project's code is functional but may have significant amounts of bugs.
3
: Release CandidateThe project's code is complete and all desired features have been added. The project's code is functional but may contain minor amounts of bugs.
4
-9
: Stable ReleaseThe project's code is complete and all desired features have been added.
The project's code is functional and should not contain bugs.
Incremented often as changes are made to the project's code.