Author: toad
Date: 2006-11-28 18:17:05 +0000 (Tue, 28 Nov 2006)
New Revision: 11091
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1002: More fixes to packet size.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-11-28 18:11:51 UTC (rev
11090)
+++ trunk/freenet/src/freenet/node/Version.java 2006-11-28 18:17:05 UTC (rev
11091)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1001;
+ private static final int buildNumber = 1002;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 990;