Author: toad
Date: 2006-09-27 22:54:37 +0000 (Wed, 27 Sep 2006)
New Revision: 10527

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
979: Fix a bug affecting FCP.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-27 22:53:59 UTC (rev 
10526)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-27 22:54:37 UTC (rev 
10527)
@@ -21,7 +21,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to