Author: toad
Date: 2008-10-27 21:11:56 +0000 (Mon, 27 Oct 2008)
New Revision: 23117
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
Doh, build fix, see previous commit for details.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-10-27 21:10:43 UTC (rev
23116)
+++ trunk/freenet/src/freenet/node/Version.java 2008-10-27 21:11:56 UTC (rev
23117)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1166
+ private static final int buildNumber = 1166;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1165;