diff options
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 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"); |