Graphs: prevent NaNs if we are skewed ahead of system time

This commit is contained in:
zzz
2015-05-27 21:05:44 +00:00
parent fba0372339
commit 7ab85a0a20
3 changed files with 13 additions and 2 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 = 30;
public final static long BUILD = 31;
/** for example "-test" */
public final static String EXTRA = "-rc";