merge of '2232dc91d5c2e9f60934f66bc11519f49399cc5b'

and 'a831cd0f05f3dcf5d877ff68b14fef2497cde44a'
This commit is contained in:
zzz
2009-11-10 20:14:16 +00:00
10 changed files with 1614 additions and 10 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 = 13;
public final static long BUILD = 14;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;