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.

 

 TopicsRelease CycleNotes
Major
  • big / important changes, e.g. in general workflow
1y to 2y 
Minor
  • several changes
  • mostly after a "big" merge from dev to master
    in which dev includes several new features
1m to 3 m 
Revision
  • small changes and adoptions
  • bug- and hotfixes
daily, weeklywill 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!