[freenet-cvs] r15506 - trunk/freenet/src/freenet/node
toad at freenetproject.org
toad at freenetproject.org
Tue Oct 23 17:29:11 UTC 2007
Author: toad
Date: 2007-10-23 17:29:11 +0000 (Tue, 23 Oct 2007)
New Revision: 15506
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1067: Fix NPEs in 1066. :(
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-10-23 17:27:20 UTC (rev 15505)
+++ trunk/freenet/src/freenet/node/Version.java 2007-10-23 17:29:11 UTC (rev 15506)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1066;
+ private static final int buildNumber = 1067;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1065;
- private static final int newLastGoodBuild = 1066;
+ private static final int newLastGoodBuild = 1067;
static final long transitionTime;
static {
More information about the cvs
mailing list