Author: toad
Date: 2008-11-08 15:51:03 +0000 (Sat, 08 Nov 2008)
New Revision: 23425
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1171: Don't reset everyone's datastore size and bandwidth limit! Also make 1170
mandatory on Friday and 1169 mandatory immediately.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-11-08 15:50:14 UTC (rev
23424)
+++ trunk/freenet/src/freenet/node/Version.java 2008-11-08 15:51:03 UTC (rev
23425)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1170;
+ private static final int buildNumber = 1171;
/** Oldest build of Fred we will talk to */
- private static final int oldLastGoodBuild = 1168;
- private static final int newLastGoodBuild = 1169;
+ private static final int oldLastGoodBuild = 1169;
+ private static final int newLastGoodBuild = 1170;
static final long transitionTime;
static {