[tuxdroid-svn] r5913 - in software_suite_v3/software/plugin/plugin-skype/trunk: executables resour
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2009-11-27 10:40:23
|
Author: jerome Date: 2009-11-27 11:40:10 +0100 (Fri, 27 Nov 2009) New Revision: 5913 Modified: software_suite_v3/software/plugin/plugin-skype/trunk/executables/plugin-skype.py software_suite_v3/software/plugin/plugin-skype/trunk/resources/plugin.xml Log: * Bumped trunk to 0.0.4 Modified: software_suite_v3/software/plugin/plugin-skype/trunk/executables/plugin-skype.py =================================================================== --- software_suite_v3/software/plugin/plugin-skype/trunk/executables/plugin-skype.py 2009-11-27 10:38:57 UTC (rev 5912) +++ software_suite_v3/software/plugin/plugin-skype/trunk/executables/plugin-skype.py 2009-11-27 10:40:10 UTC (rev 5913) @@ -7,7 +7,7 @@ __author__ = "Conan Jerome" __appname__ = "Python gadget skype" -__version__ = "0.0.3" +__version__ = "0.0.4" __date__ = "2009/06/16" __license__ = "GPL" Modified: software_suite_v3/software/plugin/plugin-skype/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugin-skype/trunk/resources/plugin.xml 2009-11-27 10:38:57 UTC (rev 5912) +++ software_suite_v3/software/plugin/plugin-skype/trunk/resources/plugin.xml 2009-11-27 10:40:10 UTC (rev 5913) @@ -8,7 +8,7 @@ <ttsName>Plugin skype.</ttsName> <description>This plugin controls skype application</description> <author>Jérôme Conan</author> - <version>0.0.3</version> + <version>0.0.4</version> <iconFile>resources/icon.png</iconFile> <uuid>8349ed52-572d-4c3f-a7b8-f6d4a5ae2c0</uuid> <platform>all</platform> |