* Fix webapp PortMapper lookup for SSL-only console

This commit is contained in:
zzz
2012-01-02 12:31:23 +00:00
parent f956539b4b
commit d8e297dde7
4 changed files with 10 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 = 26;
public final static long BUILD = 27;
/** for example "-test" */
public final static String EXTRA = "-rc";