Author: toad
Date: 2008-12-06 16:28:56 +0000 (Sat, 06 Dec 2008)
New Revision: 24101

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1190: Bugfix from 1189: Fix problem talking to seednodes.


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-12-06 16:27:55 UTC (rev 
24100)
+++ trunk/freenet/src/freenet/node/Version.java 2008-12-06 16:28:56 UTC (rev 
24101)
@@ -24,11 +24,11 @@
        public static final String protocolVersion = "1.0";
 
        /** The build number of the current revision */
-       private static final int buildNumber = 1189;
+       private static final int buildNumber = 1190;
 
        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1188;
-       private static final int newLastGoodBuild = 1189;
+       private static final int newLastGoodBuild = 1190;
        static final long transitionTime;
        
        static {

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to