Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv9925/src/freenet
Modified Files:
Version.java
Log Message:
improve nodestatus page with last estimate. make 6280 mandatory.
Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -w -r1.476 -r1.477
--- Version.java 26 Oct 2003 00:12:11 -0000 1.476
+++ Version.java 27 Oct 2003 15:06:06 -0000 1.477
@@ -18,13 +18,13 @@
public static String protocolVersion = "1.47";
/** The build number of the current revision */
- public static final int buildNumber = 6281;
+ public static final int buildNumber = 6282;
// 6028: may 3; ARK retrieval fix
public static final int ignoreBuildsAfter = 6500;
/** Oldest build of Fred we will talk to */
- public static final int lastGoodBuild = 6276; //Oct 24 2003; NGRouting fork +
some versions
+ public static final int lastGoodBuild = 6280; // NGRouting fix - route to best
estimate not worst!
/** The highest reported build of fred */
public static int highestSeenBuild = buildNumber;
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs