* HTTP Proxy: Don't send proxy.i2p to the naming service,

it was making the error pages load slowly
This commit is contained in:
zzz
2009-11-29 18:49:28 +00:00
parent f95b5324e0
commit 4c812c7bff
3 changed files with 27 additions and 11 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 = 23;
public final static long BUILD = 24;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;