Author: toad
Date: 2006-10-11 11:25:22 +0000 (Wed, 11 Oct 2006)
New Revision: 10660
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
991: Fix a CSS bug and a bug inserting single block files with metadata
(affected Frost).
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-10-11 11:13:34 UTC (rev
10659)
+++ trunk/freenet/src/freenet/node/Version.java 2006-10-11 11:25:22 UTC (rev
10660)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 990;
+ private static final int buildNumber = 991;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 978;