Author: toad
Date: 2008-03-25 15:34:02 +0000 (Tue, 25 Mar 2008)
New Revision: 18783
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1128: (mandatory Thursday)
- Fix a stupid client layer bug in 1127.
- Fix another NPE in the MersenneTwister code.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-03-25 15:25:46 UTC (rev
18782)
+++ trunk/freenet/src/freenet/node/Version.java 2008-03-25 15:34:02 UTC (rev
18783)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1127;
+ private static final int buildNumber = 1128;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1126;
- private static final int newLastGoodBuild = 1127;
+ private static final int newLastGoodBuild = 1128;
static final long transitionTime;
static {