Author: toad
Date: 2007-03-31 17:16:04 +0000 (Sat, 31 Mar 2007)
New Revision: 12483
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
Doh - 1025: fix the downloadsAllowedDir (change from old default "downloads" to
new default "all") if node was 1024 or earlier
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-03-31 17:15:24 UTC (rev
12482)
+++ trunk/freenet/src/freenet/node/Version.java 2007-03-31 17:16:04 UTC (rev
12483)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1024;
+ private static final int buildNumber = 1025;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1016;