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 c9f5137 commit f818f19Copy full SHA for f818f19
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 = 1499;
+ private static final int buildNumber = 1500;
54
55
/** Oldest build of fred we will talk to *before* _cal */
56
private static final int oldLastGoodBuild = 1474;
0 commit comments