2009-06-25 sponge

* Summary frame layout change so it makes sense.
This commit is contained in:
sponge
2009-06-25 00:16:19 +00:00
parent b93aada213
commit 56a700e82d
4 changed files with 8 additions and 5 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 = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;