The Most Advanced Arcade Script
25 Jul
Arcadem Pro is released with two branches, one stable branch, one development branch. The Arcadem Pro versions are released using a 4 digit version number in this format:
M.msi
M = The major version number, such as Arcadem Pro 1, Arcadem Pro 2, etc.
m = The minor version number, such as Arcadem Pro x.1, x.2, etc (where x is the major version)
s = The subversion number, such as Arcadem Pro x.x1. These are generally patches.
i = The incremental version number. Only used in rare cases when more than one patch exists for a given issue.
The stable branch represents code that has undergone extensive beta testing and is proven stable code. These all have even minor version numbers, such as x.2x, x.4x, x.6x, etc Examples of stable releases: 2.2, 2.24, 2.6, 2.8, 3.0
The development branch represents code that has been freshly written and may contain issues that need resolved. These all have odd minor version numbers, such as x.5x, x.7x, x.9x, etc Each release in this branch will be classified as either as an Alpha, Beta, or Release Candidate (RC) version. Examples of experimental releases: 2.5, 2.701, 2.9, 3.1

Leave a reply