* added big fat start/stop lock into BOB

* added zap command to shut down BOB... now we need a way to start it
      after it stops. :-)
This commit is contained in:
sponge
2009-05-29 21:14:08 +00:00
parent fd598dea5b
commit 26c4f983d7
8 changed files with 294 additions and 150 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 = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;