Author: toad
Date: 2009-01-17 20:21:52 +0000 (Sat, 17 Jan 2009)
New Revision: 25120

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1201: Fix activelinks setting not being read on startup! Doh


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2009-01-17 20:20:34 UTC (rev 
25119)
+++ trunk/freenet/src/freenet/node/Version.java 2009-01-17 20:21:52 UTC (rev 
25120)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";
 
        /** The build number of the current revision */
-       private static final int buildNumber = 1200;
+       private static final int buildNumber = 1201;
 
        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1197;

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

Reply via email to