diff options
author | louis <louis.braun@gmx.de> | 2015-04-12 17:27:01 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-12 17:27:01 +0200 |
commit | 36f7ac94dc3c6a6801b98d285a41851a0c61adf9 (patch) | |
tree | 5ba0f7f04dc344060cfe8525f13526c1dbf2d840 | |
parent | fc54961f39e27c141d5b0764c22414117eaf2910 (diff) | |
download | vdr-plugin-weatherforecast-36f7ac94dc3c6a6801b98d285a41851a0c61adf9.tar.gz vdr-plugin-weatherforecast-36f7ac94dc3c6a6801b98d285a41851a0c61adf9.tar.bz2 |
Version 0.1.10.1.1
-rw-r--r-- | weatherforecast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatherforecast.c b/weatherforecast.c index b87990a..de7da35 100644 --- a/weatherforecast.c +++ b/weatherforecast.c @@ -18,7 +18,7 @@ //*************************************************************************** // Constants //*************************************************************************** -static const char *VERSION = "0.1.0"; +static const char *VERSION = "0.1.1"; static const char *DESCRIPTION = "Weatherforecast based on forecast.io"; static const char *MAINMENUENTRY = tr("WeatherForecast"); |