We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b150d6 commit 684b47aCopy full SHA for 684b47a
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 = 1493;
+ private static final int buildNumber = 1494;
54
55
/** Oldest build of fred we will talk to *before* _cal */
56
private static final int oldLastGoodBuild = 1474;
0 commit comments