We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9223b0f commit 8e729a3Copy full SHA for 8e729a3
src/freenet/node/Version.java
@@ -50,7 +50,7 @@ public class Version {
50
public static final String protocolVersion = "1.0";
51
52
/** The build number of the current revision */
53
- private static final int buildNumber = 1498;
+ private static final int buildNumber = 1499;
54
55
/** Oldest build of fred we will talk to *before* _cal */
56
private static final int oldLastGoodBuild = 1474;
0 commit comments