Author: nextgens
Date: 2008-10-29 19:43:40 +0000 (Wed, 29 Oct 2008)
New Revision: 23187
Modified:
trunk/contrib/freenet_ext/ExtVersion.java
Log:
freenet-ext #24: no major change, just more refactoring
Modified: trunk/contrib/freenet_ext/ExtVersion.java
===================================================================
--- trunk/contrib/freenet_ext/ExtVersion.java 2008-10-29 19:40:37 UTC (rev
23186)
+++ trunk/contrib/freenet_ext/ExtVersion.java 2008-10-29 19:43:40 UTC (rev
23187)
@@ -6,7 +6,7 @@
public abstract class ExtVersion {
/** The build number of the current revision */
- public static final int buildNumber = 23; // This is the
freenet-ext.jar build the node was built with
+ public static final int buildNumber = 24; // 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