bump version to 1.67 for new dev cycle

master
melvinzhang 2015-09-28 10:38:04 +08:00
parent 4121eead66
commit 63b9b10cf7
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.66</string>
<string>1.67</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -68,6 +68,9 @@ Thanks to
Thank you for your support and have fun!
Release 1.67 (October 31, 2015)
============
Release 1.66 (September 26, 2015)
============
lodici

View File

@ -18,7 +18,7 @@ import magic.utility.MagicSystem;
public class GeneralConfig {
public static final String VERSION = "1.66";
public static final String VERSION = "1.67";
public static final String SOFTWARE_TITLE =
"Magarena " + GeneralConfig.VERSION + (MagicSystem.isDevMode() ? " [DEV MODE]" : "");