2009-07-05 sponge

* Added X-I2P-DestB64 and X-I2P-DestB32 http headers
This commit is contained in:
sponge
2009-07-05 05:06:06 +00:00
parent 72071566e7
commit 942c31621b
5 changed files with 16 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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;