bump version to 1.55

master
melvin 2014-09-30 09:47:55 +08:00
parent a29909d4af
commit d2af9c52f4
3 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.54</string>
<string>1.55</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -68,6 +68,9 @@ Thank you for your support and have fun!
Release 1.55 (October 25, 2014)
============
Release 1.54 (September 28, 2014)
============
Guest

View File

@ -30,7 +30,7 @@ import magic.utility.MagicFileSystem.DataPath;
public class MagicMain {
public static final String VERSION = "1.54";
public static final String VERSION = "1.55";
public static final String SOFTWARE_TITLE =
"Magarena " + VERSION +
(MagicUtility.isDevMode() ? " [DEV MODE]" : "");