mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
* Some changes to version handling. Added display of server version (incl. minor server version) in client window titel.
This commit is contained in:
parent
d50e98f38a
commit
2ac1340af7
8 changed files with 130 additions and 100 deletions
|
|
@ -73,7 +73,7 @@ import org.jboss.remoting.transport.bisocket.BisocketServerInvoker;
|
|||
public class Main {
|
||||
|
||||
private static final Logger logger = Logger.getLogger(Main.class);
|
||||
private static final MageVersion version = new MageVersion(1, 3, 0, MageVersion.MAGE_VERSION_INFO);
|
||||
private static final MageVersion version = new MageVersion(MageVersion.MAGE_VERSION_MAJOR, MageVersion.MAGE_VERSION_MINOR, MageVersion.MAGE_VERSION_PATCH, MageVersion.MAGE_VERSION_MINOR_PATCH, MageVersion.MAGE_VERSION_INFO);
|
||||
|
||||
private static final String testModeArg = "-testMode=";
|
||||
private static final String fastDBModeArg = "-fastDbMode=";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue