2009-05-03 sponge

* More hopeful fixes for BOB.
    * Added new Robert ID to snark
This commit is contained in:
sponge
2009-05-03 16:02:07 +00:00
parent 6dc5d0f8d7
commit 7e3bda9d4d
4 changed files with 24 additions and 50 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 = 6;
public final static long BUILD = 7;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;