[tuxdroid-svn] r5553 - in software_suite_v3/software/plugin/plugin-system/trunk/plugin-system: exe
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-10-01 08:26:35
|
Author: remi Date: 2009-10-01 10:26:22 +0200 (Thu, 01 Oct 2009) New Revision: 5553 Modified: software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/resources/plugin.xml Log: * Updated version 3.0 Modified: software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py =================================================================== --- software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py 2009-10-01 08:25:44 UTC (rev 5552) +++ software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py 2009-10-01 08:26:22 UTC (rev 5553) @@ -7,7 +7,7 @@ __author__ = "Jerome Conan" __appname__ = "plugin-system" -__version__ = "1.0" +__version__ = "3.0" __date__ = "2009/06/25" __license__ = "GPL" Modified: software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/resources/plugin.xml 2009-10-01 08:25:44 UTC (rev 5552) +++ software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/resources/plugin.xml 2009-10-01 08:26:22 UTC (rev 5553) @@ -7,7 +7,7 @@ <name>System plugin</name> <description>With this plugin Tux Droid will monitor your cpu and memory load on your PC.</description> <author>Jérôme Conan</author> - <version>2.0</version> + <version>3.0</version> <iconFile>resources/plugin.png</iconFile> <executionMode>command</executionMode> <uuid>8349ed52-572d-4c3f-a7b8-aad4a4ae1d2</uuid> |