Bump to -1, belatedly; more aesthetic nudges.

This commit is contained in:
z3d
2009-10-14 17:25:29 +00:00
parent 2cfc2bb60d
commit c3e646ca22
4 changed files with 19 additions and 7 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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;