diff options
author | louis <louis.braun@gmx.de> | 2015-03-12 17:17:29 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-12 17:17:29 +0100 |
commit | 7b8402030a1c79cb532026a8036e85379511f1e4 (patch) | |
tree | b402b8d2628de92a249958090296a417532b6ac7 /weatherforecast.c | |
parent | d000794647981b956ad763ea4069f077f6163bf4 (diff) | |
download | vdr-plugin-weatherforecast-0.0.3.tar.gz vdr-plugin-weatherforecast-0.0.3.tar.bz2 |
version 0.0.3 - adapted libskindesigner0.0.3
Diffstat (limited to 'weatherforecast.c')
-rw-r--r-- | weatherforecast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatherforecast.c b/weatherforecast.c index a3e1c3a..e2fee65 100644 --- a/weatherforecast.c +++ b/weatherforecast.c @@ -18,7 +18,7 @@ //*************************************************************************** // Constants //*************************************************************************** -static const char *VERSION = "0.0.2"; +static const char *VERSION = "0.0.3"; static const char *DESCRIPTION = "Weatherforecast based on forecast.io"; static const char *MAINMENUENTRY = tr("WeatherForecast"); |