/
Versioning Schema
Versioning Schema
Overview
We use standard linux kernel numbering style, like:
Version Schema
2 .0 .0 major.minor.revision
At the time we will ignore the fourth digit, which is often related to bugfix.
This will be an increment in the third number in our schema.
Topics | Release Cycle | Notes | |
---|---|---|---|
Major |
| 1y to 2y | |
Minor |
| 1m to 3 m | |
Revision |
| daily, weekly | will be some kind of auto build? |
First open source release will get the number: 2.0.0
GIT
Checkout our GIT Workflow Page!
Versions will be normal tags in GIT.
Only Branch master will be tagged / version-ed.
No release branch at the time!