2006-02-27 zzz

* Update error page templates to add \r, Connection: close, and
      Proxy-connection: close.
This commit is contained in:
zzz
2006-02-28 03:55:18 +00:00
committed by zzz
parent 589cbd675a
commit fab6e421b8
7 changed files with 37 additions and 23 deletions

View File

@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.362 $ $Date: 2006/02/26 16:30:57 $";
public final static String ID = "$Revision: 1.363 $ $Date: 2006/02/27 14:05:40 $";
public final static String VERSION = "0.6.1.12";
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 + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);