Author: toad
Date: 2006-01-21 17:34:29 +0000 (Sat, 21 Jan 2006)
New Revision: 7896

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
369:
Make SSK fixes mandatory.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-01-21 17:06:12 UTC (rev 
7895)
+++ trunk/freenet/src/freenet/node/Version.java 2006-01-21 17:34:29 UTC (rev 
7896)
@@ -20,10 +20,10 @@
        public static final String protocolVersion = "1.0";

        /** The build number of the current revision */
-       public static final int buildNumber = 368;
+       public static final int buildNumber = 369;

        /** Oldest build of Fred we will talk to */
-       public static final int lastGoodBuild = 359;
+       public static final int lastGoodBuild = 369;

        /** The highest reported build of fred */
        public static int highestSeenBuild = buildNumber;


Reply via email to