[freenet-cvs] r15509 - trunk/freenet/src/freenet/node
toad at freenetproject.org
toad at freenetproject.org
Tue Oct 23 18:48:57 UTC 2007
Author: toad
Date: 2007-10-23 18:48:57 +0000 (Tue, 23 Oct 2007)
New Revision: 15509
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1068: Fix more bugs in 1066/1067. :( (mandatory 30 oct)
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-10-23 18:04:43 UTC (rev 15508)
+++ trunk/freenet/src/freenet/node/Version.java 2007-10-23 18:48:57 UTC (rev 15509)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1067;
+ private static final int buildNumber = 1068;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1065;
- private static final int newLastGoodBuild = 1067;
+ private static final int newLastGoodBuild = 1068;
static final long transitionTime;
static {
More information about the cvs
mailing list