* configclients.jsp: Allow more hops and tunnels when routerconsole.advanced=true

This commit is contained in:
zzz
2013-05-31 23:28:41 +00:00
parent e54465b226
commit 66f7505baa
3 changed files with 38 additions and 15 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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";