Author: toad
Date: 2006-09-01 22:09:01 +0000 (Fri, 01 Sep 2006)
New Revision: 10343

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
957: Prevent corrupt (partial) freenet.ini's being written even if there is 
still a bug that makes it try to do that...

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-01 22:07:57 UTC (rev 
10342)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-01 22:09:01 UTC (rev 
10343)
@@ -21,7 +21,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to