[freenet-cvs] r17912 - trunk/contrib/freenet_ext
nextgens at freenetproject.org
nextgens at freenetproject.org
Fri Feb 15 04:59:42 UTC 2008
Author: nextgens
Date: 2008-02-15 04:59:41 +0000 (Fri, 15 Feb 2008)
New Revision: 17912
Modified:
trunk/contrib/freenet_ext/ExtVersion.java
Log:
freenet-ext: version 19 featuring NativeThread
Modified: trunk/contrib/freenet_ext/ExtVersion.java
===================================================================
--- trunk/contrib/freenet_ext/ExtVersion.java 2008-02-15 04:58:46 UTC (rev 17911)
+++ trunk/contrib/freenet_ext/ExtVersion.java 2008-02-15 04:59:41 UTC (rev 17912)
@@ -6,7 +6,7 @@
public abstract class ExtVersion {
/** The build number of the current revision */
- public static final int buildNumber = 18; // This is the freenet-ext.jar build the node was built with
+ public static final int buildNumber = 19; // 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
More information about the cvs
mailing list