Proxy Error visual enhancements, mostly. And a version bump we go, to -15!

This commit is contained in:
z3d
2009-07-18 23:39:03 +00:00
parent 748203f4e7
commit 6340fbb3d4
11 changed files with 54 additions and 37 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 = 14;
public final static long BUILD = 15;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;