Nuclos versioning: structure of the version number (MAJOR.YEAR.COUNTER.BUGFIX), examples and the 2022 change. |
Language: Deutsch ยท English
How Nuclos version numbers are composed โ scheme, examples and the 2022 change.
On this page |
Since 2022 the Nuclos version contains the release year. A version is structured as follows:
MAJOR.YEAR.COUNTER[.BUGFIX]
| Part | Meaning | Example |
|---|---|---|
MAJOR | Major version (rare) | 4 |
YEAR | Release year | 2026 |
COUNTER | Sequential, reset to 1 each year | 31 |
BUGFIX | Only for bugfix releases | 1 |
| Release type | Version | Git branch/tag |
|---|---|---|
| Minor release | 4.2026.1 | 4.2026.1 |
| Bugfix release | 4.2026.1.1 | 4.2026.1 |
Changes compared to the old scheme (until 2021, e.g. |