2009-06-08 sponge

* Fixed NPE and some other goofups in BOB.
    * BOB bump version
This commit is contained in:
sponge
2009-06-08 08:34:54 +00:00
parent 51faed2c4d
commit 7151590abc
8 changed files with 91 additions and 100 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 = 15;
public final static long BUILD = 16;
/** for example "-test" */
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;