[freenet-cvs] r12004 - trunk/contrib/freenet_ext
nextgens at freenetproject.org
nextgens at freenetproject.org
Tue Mar 6 23:56:54 UTC 2007
Author: nextgens
Date: 2007-03-06 23:56:53 +0000 (Tue, 06 Mar 2007)
New Revision: 12004
Modified:
trunk/contrib/freenet_ext/ExtVersion.java
Log:
Contrib: release freenet-ext #10 (updated bdb code)
Modified: trunk/contrib/freenet_ext/ExtVersion.java
===================================================================
--- trunk/contrib/freenet_ext/ExtVersion.java 2007-03-06 23:46:11 UTC (rev 12003)
+++ trunk/contrib/freenet_ext/ExtVersion.java 2007-03-06 23:56:53 UTC (rev 12004)
@@ -6,7 +6,7 @@
public abstract class ExtVersion {
/** The build number of the current revision */
- public static final int buildNumber = 9; // This is the freenet-ext.jar build the node was built with
+ public static final int buildNumber = 10; // 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