* EepGet command line: Fix byte counts after a failed resume

* UpdateHandler: Cleanup, clarify failure message
This commit is contained in:
zzz
2008-09-06 13:52:46 +00:00
parent 1091a289d2
commit 9a2792e64c
4 changed files with 36 additions and 11 deletions

View File

@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
public class RouterVersion {
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
public final static String VERSION = "0.6.3";
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);