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