Author: toad
Date: 2006-06-20 19:36:03 +0000 (Tue, 20 Jun 2006)
New Revision: 9319
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
827: Up build for recent changes (datastore and refactoring).
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-06-20 19:28:02 UTC (rev
9318)
+++ trunk/freenet/src/freenet/node/Version.java 2006-06-20 19:36:03 UTC (rev
9319)
@@ -18,7 +18,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 826;
+ private static final int buildNumber = 827;
/** Oldest build of Fred we will talk to */
private static final int lastGoodBuild = 765;