Skip to content

Versioning

Joko edited this page Apr 27, 2016 · 3 revisions

For PRA3 we use an versioning strategy based on semver. This means our version numbering has the following structure: MAJOR.MINOR.PATCH.BUILD

Because this modification is for Arma and backwards compatability is not always possible, our MAJOR.MINOR.PATCH.BUILD rules are slightly different. We increment the:

MAJOR version when we switch to a new arma version (i.e. Arma 4 or standalone expansion or Move out of Beta Time) MINOR version when we add new features or large amount of bug fixes PATCH version when a release contains only bug fixes.

Clone this wiki locally