Author: toad
Date: 2006-05-17 16:45:10 +0000 (Wed, 17 May 2006)
New Revision: 8745

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
717: Up minimum build to 698. (minor incompatible change in that build in 
on-network ip address detection; flush out old nodes with really old bugs too!)

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-05-17 15:21:37 UTC (rev 
8744)
+++ trunk/freenet/src/freenet/node/Version.java 2006-05-17 16:45:10 UTC (rev 
8745)
@@ -18,10 +18,10 @@
        public static final String protocolVersion = "1.0";

        /** The build number of the current revision */
-       private static final int buildNumber = 716;
+       private static final int buildNumber = 717;

        /** Oldest build of Fred we will talk to */
-       private static final int lastGoodBuild = 591;
+       private static final int lastGoodBuild = 698;

        public static final int buildNumber() {
                return buildNumber;


Reply via email to