mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
actual beta version instead release
This commit is contained in:
parent
ce267419db
commit
23d9fc50ba
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
|
|||
// * launcher gives priority to 1.4.48 instead 1.4.48-any-text, so don't use empty release info
|
||||
public static final int MAGE_VERSION_MAJOR = 1;
|
||||
public static final int MAGE_VERSION_MINOR = 4;
|
||||
public static final int MAGE_VERSION_RELEASE = 50;
|
||||
public static final String MAGE_VERSION_RELEASE_INFO = "V2"; // V1 for releases, V1-beta3 for betas
|
||||
public static final int MAGE_VERSION_RELEASE = 52;
|
||||
public static final String MAGE_VERSION_RELEASE_INFO = "V4-beta4"; // V1 for releases, V1-beta3 for betas
|
||||
|
||||
// strict mode
|
||||
// Each update requires a strict version
|
||||
|
|
Loading…
Reference in a new issue