Author: toad
Date: 2007-07-12 15:53:45 +0000 (Thu, 12 Jul 2007)
New Revision: 14045
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1043:
- Fix ARKs, were broken on darknet nodes since opennet refactoring work started
- Logging
Related:
- Beginnings of Echo, a blogging engine for Freenet (fred/Mc2')
- More work on unit tests
- XMLSpider should no longer spend most of its time writing and rewriting
indexes; testing would be appreciated soon (but maybe not immediately), contact
me or swati (swatig0 at freenetproject.org)
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-07-12 15:42:51 UTC (rev
14044)
+++ trunk/freenet/src/freenet/node/Version.java 2007-07-12 15:53:45 UTC (rev
14045)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1042;
+ private static final int buildNumber = 1043;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1041;