UrlLauncher:

- Configure browser with routerconsole.browser (ticket #1159)
- Convert to ClientApp interface
This commit is contained in:
zzz
2015-01-05 12:42:39 +00:00
parent 043b4776c3
commit 7753d05b61
4 changed files with 152 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "";