Added 'notice' string to auto-update info

This commit is contained in:
Vhati 2013-09-14 22:06:15 -04:00
parent b5f02cbcc7
commit 6ea9e8b783
5 changed files with 39 additions and 12 deletions

View file

@ -25,7 +25,7 @@ public class FTLModManager {
private static final Logger log = LogManager.getLogger(FTLModManager.class);
public static final String APP_NAME = "Slipstream Mod Manager";
public static final ComparableVersion APP_VERSION = new ComparableVersion( "1.2" );
public static final ComparableVersion APP_VERSION = new ComparableVersion( "???" );
public static final String APP_URL = "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102";
public static final String APP_AUTHOR = "Vhati";