* HTTPClient: Fix error page not appearing, broken by

StreamForwarder change
This commit is contained in:
zzz
2011-09-24 21:49:19 +00:00
parent ce5acb490a
commit cc7a8028d1
3 changed files with 15 additions and 3 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 = 20;
public final static long BUILD = 21;
/** for example "-test" */
public final static String EXTRA = "";