BOB version bump.

Router Build bump.
This commit is contained in:
sponge
2009-02-22 07:26:08 +00:00
parent 8bce2fd7a2
commit 532077a4c1
3 changed files with 6 additions and 2 deletions

View File

@ -46,7 +46,7 @@ public class DoCMDS implements Runnable {
// FIX ME
// I need a better way to do versioning, but this will do for now.
public static final String BMAJ = "00", BMIN = "00", BREV = "03", BEXT = "";
public static final String BMAJ = "00", BMIN = "00", BREV = "04", BEXT = "";
public static final String BOBversion = BMAJ + "." + BMIN + "." + BREV + BEXT;
private Socket server;
private Properties props;