Author: toad
Date: 2007-11-30 11:59:04 +0000 (Fri, 30 Nov 2007)
New Revision: 16121
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1080: Really fix the file closing/moving bugs in 1076. Sorry. Mandatory 6 dec.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-11-30 11:50:57 UTC (rev
16120)
+++ trunk/freenet/src/freenet/node/Version.java 2007-11-30 11:59:04 UTC (rev
16121)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1079;
+ private static final int buildNumber = 1080;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1074;
- private static final int newLastGoodBuild = 1079;
+ private static final int newLastGoodBuild = 1080;
static final long transitionTime;
static {