* Console: Add /proof page which can copied to prove you run a router

This commit is contained in:
zzz
2013-09-23 16:39:40 +00:00
parent 4fb3e86e4d
commit 9ebfccd8f6
4 changed files with 60 additions and 4 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 = 28;
public final static long BUILD = 29;
/** for example "-test" */
public final static String EXTRA = "-rc";