Author: toad
Date: 2006-08-17 16:49:30 +0000 (Thu, 17 Aug 2006)
New Revision: 10171
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
Doh again even - changes deployed, inc version for them.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-08-17 16:48:11 UTC (rev
10170)
+++ trunk/freenet/src/freenet/node/Version.java 2006-08-17 16:49:30 UTC (rev
10171)
@@ -18,7 +18,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 947;
+ private static final int buildNumber = 948;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 920;