* I2PTunnel: Fix timeout message on POST (ticket # )

This commit is contained in:
zzz
2011-10-19 19:09:44 +00:00
parent 892ef4abe1
commit b475e31f70
4 changed files with 10 additions and 5 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 = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "-rc";