[tuxdroid-svn] r5543 - in software_suite_v3/software/plugin/plugin-maxlight/trunk: executables res
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-10-01 08:14:14
|
Author: remi Date: 2009-10-01 10:14:02 +0200 (Thu, 01 Oct 2009) New Revision: 5543 Modified: software_suite_v3/software/plugin/plugin-maxlight/trunk/executables/plugin-maxlight.py software_suite_v3/software/plugin/plugin-maxlight/trunk/resources/plugin.xml Log: * Updated version to 3.0 Modified: software_suite_v3/software/plugin/plugin-maxlight/trunk/executables/plugin-maxlight.py =================================================================== --- software_suite_v3/software/plugin/plugin-maxlight/trunk/executables/plugin-maxlight.py 2009-10-01 08:12:57 UTC (rev 5542) +++ software_suite_v3/software/plugin/plugin-maxlight/trunk/executables/plugin-maxlight.py 2009-10-01 08:14:02 UTC (rev 5543) @@ -7,7 +7,7 @@ __author__ = "Gwadavel" __appname__ = "Python plugin skeleton" -__version__ = "2.0" +__version__ = "3.0" __date__ = "2009/05/05" __license__ = "GPL" Modified: software_suite_v3/software/plugin/plugin-maxlight/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugin-maxlight/trunk/resources/plugin.xml 2009-10-01 08:12:57 UTC (rev 5542) +++ software_suite_v3/software/plugin/plugin-maxlight/trunk/resources/plugin.xml 2009-10-01 08:14:02 UTC (rev 5543) @@ -7,7 +7,7 @@ <name>Max Light Plugin</name> <description>The Max Light plugin will make Tux Droid rotate towards the direction of the brightest light source.</description> <author>Eric Lescaudron</author> - <version>2.0</version> + <version>3.0</version> <iconFile>resources/plugin.png</iconFile> <executionMode>command</executionMode> <uuid>c8a41dd3-ae21-4b1f-aea3-ba151bcbd903</uuid> |