-
Notifications
You must be signed in to change notification settings - Fork 11
Versioning
NetFusion edited this page Jan 20, 2017
·
3 revisions
For AAW 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.