2009-07-23 sponge

* Fix jdk 1.6izm in BOB as per zzz
This commit is contained in:
sponge
2009-07-23 00:09:32 +00:00
parent 0aae2deb58
commit 0088750b16
3 changed files with 5 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 = 18;
public final static long BUILD = 19;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;