Author: nextgens
Date: 2006-01-20 13:46:47 +0000 (Fri, 20 Jan 2006)
New Revision: 7884
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
I forgot to increment the build-number
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-01-20 13:45:51 UTC (rev
7883)
+++ trunk/freenet/src/freenet/node/Version.java 2006-01-20 13:46:47 UTC (rev
7884)
@@ -20,7 +20,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- public static final int buildNumber = 363;
+ public static final int buildNumber = 364;
/** Oldest build of Fred we will talk to */
public static final int lastGoodBuild = 359;