[tuxdroid-svn] r5561 - in software_suite_v3/software/plugin/plugin-webradio/trunk: executables res
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-10-01 08:38:15
|
Author: remi
Date: 2009-10-01 10:37:56 +0200 (Thu, 01 Oct 2009)
New Revision: 5561
Modified:
software_suite_v3/software/plugin/plugin-webradio/trunk/executables/plugin-webradio.py
software_suite_v3/software/plugin/plugin-webradio/trunk/resources/plugin.xml
Log:
* Updated version 0.0.10
Modified: software_suite_v3/software/plugin/plugin-webradio/trunk/executables/plugin-webradio.py
===================================================================
--- software_suite_v3/software/plugin/plugin-webradio/trunk/executables/plugin-webradio.py 2009-10-01 08:37:35 UTC (rev 5560)
+++ software_suite_v3/software/plugin/plugin-webradio/trunk/executables/plugin-webradio.py 2009-10-01 08:37:56 UTC (rev 5561)
@@ -62,7 +62,7 @@
__author__ = "Eric Lescaudron AKA Gwadavel"
__appname__ = "tux web radio"
-__version__ = "0.0.9"
+__version__ = "0.0.10"
__date__ = "2009/08/31"
__license__ = "GPL"
Modified: software_suite_v3/software/plugin/plugin-webradio/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-webradio/trunk/resources/plugin.xml 2009-10-01 08:37:35 UTC (rev 5560)
+++ software_suite_v3/software/plugin/plugin-webradio/trunk/resources/plugin.xml 2009-10-01 08:37:56 UTC (rev 5561)
@@ -8,7 +8,7 @@
<ttsName>Plugin webradio.</ttsName>
<description>This plugin controls the webradios.</description>
<author>Gwadavel and Kysoh</author>
- <version>0.0.9</version>
+ <version>0.0.10</version>
<iconFile>resources/icon.png</iconFile>
<uuid>8349ed52-572d-4c3f-a7b8-05c2a8aec2c6</uuid>
<platform>all</platform>
|