Plugins: Fix bug in stopping a ClientApp plugin with $parameters in the args

This commit is contained in:
zzz
2014-11-12 14:38:13 +00:00
parent fd7e549915
commit f19ec4bd44
3 changed files with 18 additions and 3 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 = "";