Evolve, document how the URI path fix works. Fix 302 redirects so they URL encode properly. bump to -1

This commit is contained in:
sponge
2010-12-26 20:45:29 +00:00
parent 923c3d8b4c
commit 965b2611b3
4 changed files with 31 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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";