forked from External/mage
version bump
This commit is contained in:
parent
624cb3fc30
commit
278bda4c36
42 changed files with 45 additions and 45 deletions
|
|
@ -17,7 +17,7 @@ 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 = 53;
|
||||
public static final int MAGE_VERSION_RELEASE = 54;
|
||||
public static final String MAGE_VERSION_RELEASE_INFO = "V1"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
|
||||
|
||||
// strict mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue