bump version to 1.75

master
melvinzhang 2016-07-02 10:41:58 +08:00
parent 3b4d4dacb6
commit 9c17e35c8a
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.74</string>
<string>1.75</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -71,6 +71,9 @@ Thanks to
Thank you for your support and have fun!
Release 1.75 (July 31, 2016)
============
Release 1.74 (June 25, 2016)
============
lodici

View File

@ -24,7 +24,7 @@ import magic.utility.MagicFileSystem.DataPath;
final public class MagicSystem {
private MagicSystem() {}
public static final String VERSION = "1.74";
public static final String VERSION = "1.75";
public static final String SOFTWARE_TITLE;
private static final boolean DEV_MODE;