Author: toad
Date: 2005-11-24 20:57:14 +0000 (Thu, 24 Nov 2005)
New Revision: 7585
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
206 to avoid confusion
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2005-11-24 20:56:37 UTC (rev
7584)
+++ trunk/freenet/src/freenet/node/Version.java 2005-11-24 20:57:14 UTC (rev
7585)
@@ -20,7 +20,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- public static final int buildNumber = 205;
+ public static final int buildNumber = 206;
/** Oldest build of Fred we will talk to */
public static final int lastGoodBuild = 205;