Author: toad
Date: 2008-06-18 17:48:28 +0000 (Wed, 18 Jun 2008)
New Revision: 20438

Modified:
   branches/db4o/freenet/src/freenet/node/Version.java
Log:
Hack the Version.java so we can talk to other nodes if we manage to start up.

Modified: branches/db4o/freenet/src/freenet/node/Version.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/Version.java 2008-06-18 17:39:39 UTC 
(rev 20437)
+++ branches/db4o/freenet/src/freenet/node/Version.java 2008-06-18 17:48:28 UTC 
(rev 20438)
@@ -24,11 +24,11 @@
        public static final String protocolVersion = "1.0";

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

        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1145;
-       private static final int newLastGoodBuild = 1146;
+       private static final int newLastGoodBuild = 1152;
        static final long transitionTime;

        static {


Reply via email to