Author: nextgens
Date: 2006-11-26 19:56:24 +0000 (Sun, 26 Nov 2006)
New Revision: 11062
Modified:
trunk/contrib/freenet_ext/ExtVersion.java
Log:
freenet-ext.jar : release #9 (no usefull change excepting the revision
numbering one)
Modified: trunk/contrib/freenet_ext/ExtVersion.java
===================================================================
--- trunk/contrib/freenet_ext/ExtVersion.java 2006-11-26 19:08:51 UTC (rev
11061)
+++ trunk/contrib/freenet_ext/ExtVersion.java 2006-11-26 19:56:24 UTC (rev
11062)
@@ -6,7 +6,7 @@
public abstract class ExtVersion {
/** The build number of the current revision */
- public static final int buildNumber = 8; // This is the
freenet-ext.jar build the node was built with
+ public static final int buildNumber = 9; // 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