Themes for HTTP Proxy error pages

This commit is contained in:
zzz
2009-07-16 19:11:58 +00:00
parent 0650137e32
commit 9bc4f6bacb
8 changed files with 12 additions and 6 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;