[tuxdroid-svn] r6037 - in software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin: e
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2010-01-06 09:56:42
|
Author: jerome Date: 2010-01-06 10:56:29 +0100 (Wed, 06 Jan 2010) New Revision: 6037 Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml Log: * bumped 0.0.4 to 0.0.5 Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py =================================================================== --- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py 2010-01-06 09:48:33 UTC (rev 6036) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py 2010-01-06 09:56:29 UTC (rev 6037) @@ -22,7 +22,7 @@ __author__ = "Conan Jerome" __appname__ = "Python skype plugin" -__version__ = "0.0.4" +__version__ = "0.0.5" __date__ = "2009/06/16" __license__ = "GPL" Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2010-01-06 09:48:33 UTC (rev 6036) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2010-01-06 09:56:29 UTC (rev 6037) @@ -8,7 +8,7 @@ <ttsName>Plugin skype</ttsName> <description>This plugin controls skype application</description> <author>Jérôme Conan</author> - <version>0.0.4</version> + <version>0.0.5</version> <iconFile>resources/icon.png</iconFile> <uuid>8349ed52-572d-4c3f-a7b8-f6d4a5ae2c0</uuid> <platform>all</platform> |