Author: toad
Date: 2006-10-06 18:13:40 +0000 (Fri, 06 Oct 2006)
New Revision: 10642

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
988:
Fix data corruption bug introduced in 987.
Logging/debugging.
Some work on corrupt datastore recovery.
Fix a CSS bug.
Minor Statistics changes.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-10-06 18:11:21 UTC (rev 
10641)
+++ trunk/freenet/src/freenet/node/Version.java 2006-10-06 18:13:40 UTC (rev 
10642)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to