Author: toad
Date: 2007-11-19 23:41:50 +0000 (Mon, 19 Nov 2007)
New Revision: 15872
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1075: Fix bookmarks bugs introduced in 1074. Also some more work on FCP plugins.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-11-19 23:28:54 UTC (rev
15871)
+++ trunk/freenet/src/freenet/node/Version.java 2007-11-19 23:41:50 UTC (rev
15872)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1074;
+ private static final int buildNumber = 1075;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1070;