Author: sleon
Date: 2006-01-07 02:01:35 +0000 (Sat, 07 Jan 2006)
New Revision: 7785
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
this makes additional features work
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-01-07 01:58:57 UTC (rev
7784)
+++ trunk/freenet/src/freenet/node/Version.java 2006-01-07 02:01:35 UTC (rev
7785)
@@ -20,7 +20,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- public static final int buildNumber = 326;
+ public static final int buildNumber = 327;
/** Oldest build of Fred we will talk to */
public static final int lastGoodBuild = 318;