Author: nacktschneck
Date: 2006-03-07 23:40:14 +0000 (Tue, 07 Mar 2006)
New Revision: 8189
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
Some people never learn to commit all files in a single commit.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-03-07 23:32:52 UTC (rev
8188)
+++ trunk/freenet/src/freenet/node/Version.java 2006-03-07 23:40:14 UTC (rev
8189)
@@ -20,7 +20,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 504;
+ private static final int buildNumber = 505;
/** Oldest build of Fred we will talk to */
private static final int lastGoodBuild = 475;