summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-04-03 10:07:00 +0200
committerlouis <louis.braun@gmx.de>2015-04-03 10:07:00 +0200
commitb2ae6071fcf736178bb85dee69c7cad954fc9261 (patch)
tree27ca382fda4ab7cab22a05f00ed1cebb68c5d36a
parent84aeb3a7eb54ff68c0016333ae83f87a914af098 (diff)
downloadvdr-plugin-weatherforecast-0.1.0.tar.gz
vdr-plugin-weatherforecast-0.1.0.tar.bz2
Version 0.1.00.1.0
-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");