Author: toad
Date: 2006-05-31 22:02:36 +0000 (Wed, 31 May 2006)
New Revision: 8961

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
765: Make recent changes mandatory, they seem to be helping.
Apologies for the frequent mandatory builds, this is not a pattern which will 
continue, but we do seem to be making progress.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-05-31 20:01:59 UTC (rev 
8960)
+++ trunk/freenet/src/freenet/node/Version.java 2006-05-31 22:02:36 UTC (rev 
8961)
@@ -18,10 +18,10 @@
        public static final String protocolVersion = "1.0";

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

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

        public static final int buildNumber() {
                return buildNumber;


Reply via email to