Author: toad
Date: 2008-08-07 16:48:54 +0000 (Thu, 07 Aug 2008)
New Revision: 21656
Modified:
branches/db4o/freenet/src/freenet/node/Version.java
Log:
Change fake build number to 1154.
A proper merge of 1155 is in progress, this is a temporary measure.
Modified: branches/db4o/freenet/src/freenet/node/Version.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/Version.java 2008-08-07 16:27:52 UTC
(rev 21655)
+++ branches/db4o/freenet/src/freenet/node/Version.java 2008-08-07 16:48:54 UTC
(rev 21656)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1153;
+ private static final int buildNumber = 1154;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1145;