Author: nextgens
Date: 2008-10-28 03:54:57 +0000 (Tue, 28 Oct 2008)
New Revision: 23149
Modified:
trunk/contrib/freenet_ext/ExtVersion.java
Log:
freenet-ext: release #23
- updated db4o code
- bigRefactoring of the 3rd party code
Modified: trunk/contrib/freenet_ext/ExtVersion.java
===================================================================
--- trunk/contrib/freenet_ext/ExtVersion.java 2008-10-28 03:48:43 UTC (rev
23148)
+++ trunk/contrib/freenet_ext/ExtVersion.java 2008-10-28 03:54:57 UTC (rev
23149)
@@ -6,7 +6,7 @@
public abstract class ExtVersion {
/** The build number of the current revision */
- public static final int buildNumber = 22; // This is the
freenet-ext.jar build the node was built with
+ public static final int buildNumber = 23; // This is the
freenet-ext.jar build the node was built with
public static final int buildNumber() {
return -42; // This value indicates that the freenet-ext.jar
the node is using at runtime has extBuildNumber() and extRevisionNumber()
methods