Ensure that both timed and event based graphs are suitably div'd up.

This commit is contained in:
z3d
2009-07-25 23:46:42 +00:00
parent c5555350ae
commit 3c76fda8d9
3 changed files with 6 additions and 5 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 = 25;
public final static long BUILD = 26;
/** for example "-test" */
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;