Merge pull request #3659 from osMatt/patch-2

update link to latest version
This commit is contained in:
Hardy 2017-04-15 09:54:38 +02:00 committed by GitHub
commit 15bfade84b

View file

@ -85,7 +85,7 @@ public class AppInitializer implements IProgress {
private static final String VERSION_INSTALLED = "VERSION_INSTALLED"; //$NON-NLS-1$
private static final String EXCEPTION_FILE_SIZE = "EXCEPTION_FS"; //$NON-NLS-1$
public static final String LATEST_CHANGES_URL = "http://osmand.net/blog?id=osmand-2-5-released";
public static final String LATEST_CHANGES_URL = "http://osmand.net/blog?id=osmand-2-6-released";
// public static final String LATEST_CHANGES_URL = null; // not enough to read
public static final int APP_EXIT_CODE = 4;
public static final String APP_EXIT_KEY = "APP_EXIT_KEY";