2009-06-05 sponge

* Merge and bump to -12
This commit is contained in:
sponge
2009-06-05 20:32:49 +00:00
parent 4a9b567ebd
commit 245b7168ab
2 changed files with 28 additions and 1 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 = 11;
public final static long BUILD = 12;
/** for example "-test" */
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;