Author: toad
Date: 2006-09-28 01:04:40 +0000 (Thu, 28 Sep 2006)
New Revision: 10535
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
981: Fix Frost. Again.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-28 00:41:14 UTC (rev
10534)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-28 01:04:40 UTC (rev
10535)
@@ -21,7 +21,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 980;
+ private static final int buildNumber = 981;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 970;