* ShellCommand: Fix launching all browsers at startup (ticket #453)

This commit is contained in:
zzz
2012-10-10 19:12:30 +00:00
parent b259a3ac3d
commit 65757dee1c
3 changed files with 124 additions and 117 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 = 13;
public final static long BUILD = 14;
/** for example "-test" */
public final static String EXTRA = "";