diff options
| author | louis <louis.braun@gmx.de> | 2015-04-03 10:07:00 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-04-03 10:07:00 +0200 |
| commit | b2ae6071fcf736178bb85dee69c7cad954fc9261 (patch) | |
| tree | 27ca382fda4ab7cab22a05f00ed1cebb68c5d36a | |
| parent | 84aeb3a7eb54ff68c0016333ae83f87a914af098 (diff) | |
| download | vdr-plugin-weatherforecast-b2ae6071fcf736178bb85dee69c7cad954fc9261.tar.gz vdr-plugin-weatherforecast-b2ae6071fcf736178bb85dee69c7cad954fc9261.tar.bz2 | |
Version 0.1.00.1.0
| -rw-r--r-- | HISTORY | 2 | ||||
| -rw-r--r-- | weatherforecast.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -17,3 +17,5 @@ Version 0.0.3 - introduced libskindesignerapi +Version 0.1.0 + diff --git a/weatherforecast.c b/weatherforecast.c index e8da39d..b87990a 100644 --- a/weatherforecast.c +++ b/weatherforecast.c @@ -18,7 +18,7 @@ //*************************************************************************** // Constants //*************************************************************************** -static const char *VERSION = "0.0.3"; +static const char *VERSION = "0.1.0"; static const char *DESCRIPTION = "Weatherforecast based on forecast.io"; static const char *MAINMENUENTRY = tr("WeatherForecast"); |
