Author: toad
Date: 2006-08-17 22:06:44 +0000 (Thu, 17 Aug 2006)
New Revision: 10182
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
949: Up build for recent changes
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-08-17 21:46:52 UTC (rev
10181)
+++ trunk/freenet/src/freenet/node/Version.java 2006-08-17 22:06:44 UTC (rev
10182)
@@ -18,7 +18,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 948;
+ private static final int buildNumber = 949;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 920;