Versions and Version Numbers

A few words about the version numbers of the TA Toolbox and what they (might) mean.

The scheme

Generally speaking, the version numbers consist of three parts: “x.y.z”, with the parts x, y, and z.

Following a bit of an explanation what these numbers (might) mean:

x
Main version number, currently - and probably for long time - “0”
y
Official release number
In terms of the version control system (vcs), these are versions in the “master” branch.
z
Developers release number
In terms of the version control system (vcs), these are versions in the “development” branch.

Please note: Not any commit to the development branch is identical with a developers release. It is rather that new or improved features get labelled with a new release number, as this is reflected in the toolbox version itself and helps to track possible problems. Nevertheless, even for the advanced user who uses those developers versions rather than the (hopefully) more stable official releases, it is normally recommended to use but just the developers releases. That might get reflected once in the git repository structure.

A few additional comments