[Sciviews-commits] r269 - in komodo/SciViews-K: . content/js

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 5 13:44:47 CEST 2010


Author: phgrosjean
Date: 2010-05-05 13:44:47 +0200 (Wed, 05 May 2010)
New Revision: 269

Modified:
   komodo/SciViews-K/content/js/commands.js
   komodo/SciViews-K/install.rdf
Log:
Switch to version 0.9.16

Modified: komodo/SciViews-K/content/js/commands.js
===================================================================
--- komodo/SciViews-K/content/js/commands.js	2010-05-04 19:40:35 UTC (rev 268)
+++ komodo/SciViews-K/content/js/commands.js	2010-05-05 11:44:47 UTC (rev 269)
@@ -123,7 +123,6 @@
 		if (lockFile.exists())	lockFile.remove(true);
 	} catch(e) { }
 
-
 	// trim just in case
 	var path = sv.tools.strings.trim(sv.prefs.getString("svRDefaultInterpreter"));
 

Modified: komodo/SciViews-K/install.rdf
===================================================================
--- komodo/SciViews-K/install.rdf	2010-05-04 19:40:35 UTC (rev 268)
+++ komodo/SciViews-K/install.rdf	2010-05-05 11:44:47 UTC (rev 269)
@@ -4,7 +4,7 @@
     <Description about="urn:mozilla:install-manifest">
         <em:id>sciviewsk at sciviews.org</em:id>
         <em:name>SciViews-K</em:name>
-        <em:version>0.9.15</em:version>
+        <em:version>0.9.16</em:version>
         <em:description>Edit R (http://www.r-project.org) code with Komodo</em:description>
         <em:creator>Philippe Grosjean</em:creator>
         <em:contributor>Romain Francois</em:contributor>



More information about the Sciviews-commits mailing list