SimpleTimer2: Additional fix for uncaught IllegalStateException

affecting streaming timers (ticket #1672)
Minor streaming cleanup
This commit is contained in:
zzz
2015-10-08 13:42:31 +00:00
parent 03f9df4ff0
commit 419d6a8e18
4 changed files with 34 additions and 9 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 = 14;
public final static long BUILD = 15;
/** for example "-test" */
public final static String EXTRA = "";