[freenet-cvs] r18484 - trunk/contrib/freenet_ext

nextgens at freenetproject.org nextgens at freenetproject.org
Wed Mar 12 13:05:41 UTC 2008


Author: nextgens
Date: 2008-03-12 13:05:41 +0000 (Wed, 12 Mar 2008)
New Revision: 18484

Modified:
   trunk/contrib/freenet_ext/ExtVersion.java
Log:
release freenet-ext #20

Modified: trunk/contrib/freenet_ext/ExtVersion.java
===================================================================
--- trunk/contrib/freenet_ext/ExtVersion.java	2008-03-12 06:06:56 UTC (rev 18483)
+++ trunk/contrib/freenet_ext/ExtVersion.java	2008-03-12 13:05:41 UTC (rev 18484)
@@ -6,7 +6,7 @@
 public abstract class ExtVersion {
 
 	/** The build number of the current revision */
-	public static final int buildNumber = 19;  // This is the freenet-ext.jar build the node was built with
+	public static final int buildNumber = 20;  // 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