Author: nextgens
Date: 2006-09-08 09:04:53 +0000 (Fri, 08 Sep 2006)
New Revision: 10429

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
974:
        * Maybe fix the N2NTM flood
        * Revert timeouts to what they were in 971

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-08 08:32:21 UTC (rev 
10428)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-08 09:04:53 UTC (rev 
10429)
@@ -21,7 +21,7 @@
        public static final String protocolVersion = "1.0";

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

        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 950;


Reply via email to