* NewsFetcher: add last-modified support, reduce number of retries

* Error pages: add icon and logo,
        clarify 'destination not found' and 'proxy not found' pages
This commit is contained in:
zzz
2008-01-09 04:11:12 +00:00
committed by zzz
parent a96119d09b
commit f35cbf59d8
8 changed files with 64 additions and 50 deletions

View File

@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.547 $ $Date: 2008-01-07 03:09:43 $";
public final static String ID = "$Revision: 1.548 $ $Date: 2008-01-08 21:15:43 $";
public final static String VERSION = "0.6.1.30";
public final static long BUILD = 19;
public final static long BUILD = 20;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);