forked from External/mage
* Update to version 1.4.0v0.
This commit is contained in:
parent
ed501cad21
commit
fa847e8feb
33 changed files with 249 additions and 246 deletions
|
|
@ -40,9 +40,9 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
|
|||
*
|
||||
*/
|
||||
public final static int MAGE_VERSION_MAJOR = 1;
|
||||
public final static int MAGE_VERSION_MINOR = 3;
|
||||
public final static int MAGE_VERSION_MINOR = 4;
|
||||
public final static int MAGE_VERSION_PATCH = 0;
|
||||
public final static String MAGE_VERSION_MINOR_PATCH = "";
|
||||
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