2005-03-07 jrandom

* Fix the HTTP response header filter to allow multiple headers with the
      same name (thanks duck and spotteri!)
This commit is contained in:
jrandom
2005-03-08 02:45:14 +00:00
committed by zzz
parent 49d6f5018f
commit 536e604b8e
3 changed files with 37 additions and 46 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.159 $ $Date: 2005/03/04 21:54:43 $";
public final static String ID = "$Revision: 1.160 $ $Date: 2005/03/06 19:07:27 $";
public final static String VERSION = "0.5.0.2";
public final static long BUILD = 0;
public final static long BUILD = 1;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);