Author: nextgens
Date: 2006-02-22 10:03:24 +0000 (Wed, 22 Feb 2006)
New Revision: 8103
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
I've forgotten to up the build number
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-02-22 10:02:34 UTC (rev
8102)
+++ trunk/freenet/src/freenet/node/Version.java 2006-02-22 10:03:24 UTC (rev
8103)
@@ -20,7 +20,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 462;
+ private static final int buildNumber = 463;
/** Oldest build of Fred we will talk to */
private static final int lastGoodBuild = 403;