Author: toad
Date: 2007-04-20 19:27:45 +0000 (Fri, 20 Apr 2007)
New Revision: 12820
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
DOH! Didn't set buildNumber!
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-04-20 17:35:25 UTC (rev
12819)
+++ trunk/freenet/src/freenet/node/Version.java 2007-04-20 19:27:45 UTC (rev
12820)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1028;
+ private static final int buildNumber = 1029;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1021;
- private static final int newLastGoodBuild = 1028;
+ private static final int newLastGoodBuild = 1029;
static final long transitionTime;
static {