Author: nextgens
Date: 2006-08-05 22:38:40 +0000 (Sat, 05 Aug 2006)
New Revision: 9920
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
934: no functionnal change: just bump the version to see if my scripting works
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-08-05 22:08:19 UTC (rev
9919)
+++ trunk/freenet/src/freenet/node/Version.java 2006-08-05 22:38:40 UTC (rev
9920)
@@ -18,7 +18,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 933;
+ private static final int buildNumber = 934;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 874;