Author: nextgens
Date: 2006-01-05 20:46:44 +0000 (Thu, 05 Jan 2006)
New Revision: 7764
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
Get rid of old builds
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-01-05 19:54:21 UTC (rev
7763)
+++ trunk/freenet/src/freenet/node/Version.java 2006-01-05 20:46:44 UTC (rev
7764)
@@ -20,10 +20,10 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- public static final int buildNumber = 317;
+ public static final int buildNumber = 318;
/** Oldest build of Fred we will talk to */
- public static final int lastGoodBuild = 310;
+ public static final int lastGoodBuild = 318;
/** The highest reported build of fred */
public static int highestSeenBuild = buildNumber;