[tuxdroid-svn] r5570 - in software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/tru
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-10-01 08:53:49
|
Author: remi Date: 2009-10-01 10:53:33 +0200 (Thu, 01 Oct 2009) New Revision: 5570 Modified: software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/builder/version.py software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/executables/plugin-skeleton.py software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/resources/plugin.xml Log: * Updated version to 0.0.2 Modified: software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/builder/version.py =================================================================== --- software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/builder/version.py 2009-10-01 08:53:00 UTC (rev 5569) +++ software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/builder/version.py 2009-10-01 08:53:33 UTC (rev 5570) @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License # http://www.gnu.org/copyleft/gpl.html -version = '0.0.1' +version = '0.0.2' author = "Remi Jocaille (rem...@c2...)" licence = "GPL" date = "2009" Modified: software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/executables/plugin-skeleton.py =================================================================== --- software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/executables/plugin-skeleton.py 2009-10-01 08:53:00 UTC (rev 5569) +++ software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/executables/plugin-skeleton.py 2009-10-01 08:53:33 UTC (rev 5570) @@ -7,7 +7,7 @@ __author__ = "Kysoh" __appname__ = "Python plugin skeleton" -__version__ = "0.0.1" +__version__ = "0.0.2" __date__ = "2009/05/05" __license__ = "GPL" Modified: software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/resources/plugin.xml 2009-10-01 08:53:00 UTC (rev 5569) +++ software_suite_v3/smart-core/smart-dev/plugin-toolkit/python/skeleton/trunk/resources/plugin.xml 2009-10-01 08:53:33 UTC (rev 5570) @@ -8,7 +8,7 @@ <ttsName>Python plugin.</ttsName> <description>This is a skeleton to build a python plugin.</description> <author>Kysoh</author> - <version>0.0.1</version> + <version>0.0.2</version> <iconFile>resources/icon.png</iconFile> <uuid>23ab109b-9bad-41cb-bca6-ab6d4bbe632e</uuid> <platform>all</platform> |