Author: toad
Date: 2006-05-31 11:17:16 +0000 (Wed, 31 May 2006)
New Revision: 8951

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
759: Make recent bugfixes mandatory! Sorry folks, but we need to get this 
sorted out!

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-05-31 10:43:13 UTC (rev 
8950)
+++ trunk/freenet/src/freenet/node/Version.java 2006-05-31 11:17:16 UTC (rev 
8951)
@@ -18,10 +18,10 @@
        public static final String protocolVersion = "1.0";

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

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

        public static final int buildNumber() {
                return buildNumber;


Reply via email to