Author: toad
Date: 2006-08-16 20:36:05 +0000 (Wed, 16 Aug 2006)
New Revision: 10132
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
945: Up build for recent changes to inserts and other bits
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-08-16 20:30:34 UTC (rev
10131)
+++ trunk/freenet/src/freenet/node/Version.java 2006-08-16 20:36:05 UTC (rev
10132)
@@ -18,7 +18,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 944;
+ private static final int buildNumber = 945;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 920;