Author: nextgens
Date: 2006-08-08 13:19:56 +0000 (Tue, 08 Aug 2006)
New Revision: 9965
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
937: no functionnal changel: the update over freenet should work from that point
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-08-08 12:10:25 UTC (rev
9964)
+++ trunk/freenet/src/freenet/node/Version.java 2006-08-08 13:19:56 UTC (rev
9965)
@@ -18,7 +18,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 936;
+ private static final int buildNumber = 937;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 874;