r26736 - trunk/freenet/src/freenet/node
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: toad Date: 2009-04-11 17:29:16 +0000 (Sat, 11 Apr 2009) New Revision: 26736 Modified: trunk/freenet/src/freenet/node/Version.java Log: 1208: Fix a dumb bug breaking FCP inserts that crept in during late 1207. Sorry folks, I was testing through fproxy at the time. Modified: trunk/freenet/src/freenet/node/Version.java =================================================================== --- trunk/freenet/src/freenet/node/Version.java 2009-04-11 17:27:16 UTC (rev 26735) +++ trunk/freenet/src/freenet/node/Version.java 2009-04-11 17:29:16 UTC (rev 26736) @@ -24,7 +24,7 @@ public static final String protocolVersion = "1.0"; /** The build number of the current revision */ - private static final int buildNumber = 1207; + private static final int buildNumber = 1208; /** Oldest build of Fred we will talk to */ private static final int oldLastGoodBuild = 1198;