Author: nextgens
Date: 2007-12-02 14:50:10 +0000 (Sun, 02 Dec 2007)
New Revision: 16206
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1085: mandatory tonight
* Fix a bug preventing version related informations from beeing parsed
* Add bandwidth liability stats on /stats
Credit:
zothar
nextgens
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-12-02 14:16:59 UTC (rev
16205)
+++ trunk/freenet/src/freenet/node/Version.java 2007-12-02 14:50:10 UTC (rev
16206)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1084;
+ private static final int buildNumber = 1085;
/** Oldest build of Fred we will talk to */
- private static final int oldLastGoodBuild = 1074;
- private static final int newLastGoodBuild = 1084;
+ private static final int oldLastGoodBuild = 1082;
+ private static final int newLastGoodBuild = 1085;
static final long transitionTime;
static {