Author: nextgens
Date: 2007-11-10 22:59:03 +0000 (Sat, 10 Nov 2007)
New Revision: 15753

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1073:

Fix a silly bug I've just introduced preventing FCP from beeing started on new 
nodes

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-11-10 22:58:06 UTC (rev 
15752)
+++ trunk/freenet/src/freenet/node/Version.java 2007-11-10 22:59:03 UTC (rev 
15753)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to