Author: toad
Date: 2007-05-22 15:48:30 +0000 (Tue, 22 May 2007)
New Revision: 13303
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1034: Fix dumb FCP bug introduced in 1033
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-05-22 15:40:26 UTC (rev
13302)
+++ trunk/freenet/src/freenet/node/Version.java 2007-05-22 15:48:30 UTC (rev
13303)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1033;
+ private static final int buildNumber = 1034;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1029;