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!