r26883 - trunk/plugins/XMLSpider

[email protected] Thu, 16 Apr 2009 07:12:22 +0000
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: j16sdiz
Date: 2009-04-16 07:12:21 +0000 (Thu, 16 Apr 2009)
New Revision: 26883

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
Increase version

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java	2009-04-16 07:12:11 UTC (rev 26882)
+++ trunk/plugins/XMLSpider/XMLSpider.java	2009-04-16 07:12:21 UTC (rev 26883)
@@ -92,7 +92,7 @@
 	 */
 	protected Set<String> allowedMIMETypes;	
 
-	static int version = 35;
+	static int version = 36;
 	public static final String pluginName = "XML spider " + version;
 
 	public String getVersion() {