Author: toad
Date: 2008-04-01 18:06:59 +0000 (Tue, 01 Apr 2008)
New Revision: 18895
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
doh, 1131 really
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-04-01 18:05:00 UTC (rev
18894)
+++ trunk/freenet/src/freenet/node/Version.java 2008-04-01 18:06:59 UTC (rev
18895)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1130;
+ private static final int buildNumber = 1131;
/** Oldest build of Fred we will talk to */
- private static final int oldLastGoodBuild = 1129;
- private static final int newLastGoodBuild = 1130;
+ private static final int oldLastGoodBuild = 1130;
+ private static final int newLastGoodBuild = 1131;
static final long transitionTime;
static {