mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
Xmage 1.4.3v0
This commit is contained in:
parent
044db331f4
commit
c98577cc6a
33 changed files with 38 additions and 35 deletions
|
|
@ -40,8 +40,8 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
|
|||
*/
|
||||
public final static int MAGE_VERSION_MAJOR = 1;
|
||||
public final static int MAGE_VERSION_MINOR = 4;
|
||||
public final static int MAGE_VERSION_PATCH = 2;
|
||||
public final static String MAGE_VERSION_MINOR_PATCH = "v5";
|
||||
public final static int MAGE_VERSION_PATCH = 3;
|
||||
public final static String MAGE_VERSION_MINOR_PATCH = "v0";
|
||||
public final static String MAGE_VERSION_INFO = "";
|
||||
|
||||
private final int major;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue