Author: toad
Date: 2007-08-23 18:11:39 +0000 (Thu, 23 Aug 2007)
New Revision: 14860
Modified:
trunk/contrib/freenet_ext/ExtVersion.java
Log:
Release ext.jar #15 - same as #14, but hopefully the build process is fixed
Modified: trunk/contrib/freenet_ext/ExtVersion.java
===================================================================
--- trunk/contrib/freenet_ext/ExtVersion.java 2007-08-23 18:03:57 UTC (rev
14859)
+++ trunk/contrib/freenet_ext/ExtVersion.java 2007-08-23 18:11:39 UTC (rev
14860)
@@ -6,7 +6,7 @@
public abstract class ExtVersion {
/** The build number of the current revision */
- public static final int buildNumber = 14; // This is the
freenet-ext.jar build the node was built with
+ public static final int buildNumber = 15; // 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