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

nextgens at freenetproject.org nextgens at freenetproject.org
Thu Aug 23 23:39:40 UTC 2007


Author: nextgens
Date: 2007-08-23 23:39:40 +0000 (Thu, 23 Aug 2007)
New Revision: 14869

Modified:
   trunk/contrib/freenet_ext/ExtVersion.java
Log:
freenet-ext: release #17 : #16 was compiled with a source level of 1.5

Modified: trunk/contrib/freenet_ext/ExtVersion.java
===================================================================
--- trunk/contrib/freenet_ext/ExtVersion.java	2007-08-23 23:14:18 UTC (rev 14868)
+++ trunk/contrib/freenet_ext/ExtVersion.java	2007-08-23 23:39:40 UTC (rev 14869)
@@ -6,7 +6,7 @@
 public abstract class ExtVersion {
 
 	/** The build number of the current revision */
-	public static final int buildNumber = 16;  // This is the freenet-ext.jar build the node was built with
+	public static final int buildNumber = 17;  // 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