bump version to 1.53

master
melvin 2014-07-28 13:46:34 +08:00
parent 57b27527a7
commit 4dd39bed05
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.52</string>
<string>1.53</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -65,6 +65,9 @@ Thank you for your support and have fun!
Release 1.53 (August 30, 2014)
============
Release 1.52 (July 27, 2014)
============
includes contributions from:

View File

@ -31,7 +31,7 @@ import java.util.List;
public class MagicMain {
public static final String VERSION = "1.52";
public static final String VERSION = "1.53";
public static final String SOFTWARE_TITLE =
"Magarena " + VERSION +
(MagicUtility.isDevMode() ? " [DEV MODE]" : "");