2006-03-03 Complication

* Explicit check for an index out of bounds exception while parsing
      an inbound IRC command (implicit check was there already)
This commit is contained in:
complication
2006-03-04 03:04:06 +00:00
committed by zzz
parent 2c6d953359
commit e62135eacc
3 changed files with 16 additions and 6 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.364 $ $Date: 2006/02/27 22:55:19 $";
public final static String ID = "$Revision: 1.365 $ $Date: 2006/03/01 18:01:24 $";
public final static String VERSION = "0.6.1.12";
public final static long BUILD = 2;
public final static long BUILD = 3;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);