Author: toad
Date: 2006-08-09 16:51:00 +0000 (Wed, 09 Aug 2006)
New Revision: 10003

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
939: Make recent changes (most especially the data storage algorithm fixes) 
mandatory.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-08-09 16:48:19 UTC (rev 
10002)
+++ trunk/freenet/src/freenet/node/Version.java 2006-08-09 16:51:00 UTC (rev 
10003)
@@ -18,12 +18,12 @@
        public static final String protocolVersion = "1.0";

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

        /** Oldest build of Fred we will talk to */
-       private static final int oldLastGoodBuild = 874;
-       private static final int newLastGoodBuild = 920;
-       private static final long transitionTime = 1154995200L*1000L; // 
midnight tuesday 8/08/06.
+       private static final int oldLastGoodBuild = 920;
+       private static final int newLastGoodBuild = 939;
+       private static final long transitionTime = 1155513600L*1000L; // 
midnight monday 14/08/06

        public static final int buildNumber() {
                return buildNumber;


Reply via email to