summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--weatherforecast.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f832793..03f5a0e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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");