Author: sleon
Date: 2006-01-05 12:55:03 +0000 (Thu, 05 Jan 2006)
New Revision: 7751
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
version increase to make it regenerate ... :)
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-01-05 12:53:46 UTC (rev
7750)
+++ trunk/freenet/src/freenet/node/Version.java 2006-01-05 12:55:03 UTC (rev
7751)
@@ -20,7 +20,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- public static final int buildNumber = 308;
+ public static final int buildNumber = 309;
/** Oldest build of Fred we will talk to */
public static final int lastGoodBuild = 305;