Author: toad
Date: 2006-12-16 00:34:51 +0000 (Sat, 16 Dec 2006)
New Revision: 11429

Modified:
   trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java
Log:
minimumNodeVersion()

Modified: trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java
===================================================================
--- trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java     2006-12-15 
22:23:16 UTC (rev 11428)
+++ trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java     2006-12-16 
00:34:51 UTC (rev 11429)
@@ -16,6 +16,9 @@
        /** The plugin's description or long name (can have spaces, mention 
author or purpose, etc) */
        public String description();

+       /** Minimum build number of host node for this plugin to function */
+       public long minimumNodeVersion();
+       
        /** The plugin's version number. MUST BE AT LEAST INCREMENTED ON EVERY 
RELEASE. */
        public long version();



Reply via email to