merge of '44eff3cb8553cf29a7e4eb6c02f624648f91b124'

and 'f400e9b73f924edf556205f9f75b4e2c58e92998'
This commit is contained in:
zzz
2009-06-30 13:11:11 +00:00
15 changed files with 59 additions and 46 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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;