2005-10-20 dust

* Fix bug in ircclient that prevented it to use its own dest (i.e. was
      always shared. (thx for info Ragnarok)
    * Fix crash in Sucker with some bad html.
This commit is contained in:
dust
2005-10-20 19:42:13 +00:00
committed by zzz
parent ea22c73a73
commit 13bda1f6d7
4 changed files with 18 additions and 8 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.273 $ $Date: 2005/10/19 17:38:45 $";
public final static String ID = "$Revision: 1.274 $ $Date: 2005/10/20 03:56:39 $";
public final static String VERSION = "0.6.1.3";
public final static long BUILD = 4;
public final static long BUILD = 5;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);