bump version to 1.49

master
melvin 2014-03-31 13:34:33 +08:00
parent ceb40c4131
commit 329f8aaa6e
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.48</string>
<string>1.49</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -62,6 +62,9 @@ Thank you for your support and have fun!
Release 1.49 (April 26, 2014)
============
Release 1.48 (March 30, 2014)
============
includes contributions from:

View File

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