Author: nextgens
Date: 2006-11-26 20:31:21 +0000 (Sun, 26 Nov 2006)
New Revision: 11063
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
Freenet #1000: bugfix release
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-11-26 19:56:24 UTC (rev
11062)
+++ trunk/freenet/src/freenet/node/Version.java 2006-11-26 20:31:21 UTC (rev
11063)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 999;
+ private static final int buildNumber = 1000;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 990;