Skip to content

EN_Versioning

Christian edited this page Jul 1, 2019 · 3 revisions

Versioning

General Convention

We use the following convention for the versioning of Liberation releases:

X.YY.Z

X -> general mission version

0 = beta, 1 = full release version 1, etc.

YY -> feature release version

from 00 to 99, larger implementations and changes applied, saves aren't compatible between feature releases in general

Z -> patch version

from nothing to endless, fixes and small changes applied to the base of a main release, saves are always compatible inside a main release and its patches

Example:

0.95.1 -> Beta version with feature release version 95 and patch version 1

This would be compatible with any 0.95.X version but not with a 0.94.X or a 0.96.X etc.