Author: toad
Date: 2006-03-28 17:01:44 +0000 (Tue, 28 Mar 2006)
New Revision: 8341

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
580: Make 555 mandatory.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-03-28 16:07:30 UTC (rev 
8340)
+++ trunk/freenet/src/freenet/node/Version.java 2006-03-28 17:01:44 UTC (rev 
8341)
@@ -20,10 +20,10 @@
        public static final String protocolVersion = "1.0";

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

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

        public static final int buildNumber() {
                return buildNumber;


Reply via email to