Author: nextgens
Date: 2007-01-09 23:42:06 +0000 (Tue, 09 Jan 2007)
New Revision: 11588

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1011: Fix the bug preventing the insertion of USKs ... I won't upload it into 
the auto-update mechanism... Toad, please do it.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-01-09 23:37:55 UTC (rev 
11587)
+++ trunk/freenet/src/freenet/node/Version.java 2007-01-09 23:42:06 UTC (rev 
11588)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to