From b2ae6071fcf736178bb85dee69c7cad954fc9261 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 3 Apr 2015 10:07:00 +0200 Subject: Version 0.1.0 --- HISTORY | 2 ++ weatherforecast.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"); -- cgit v1.2.3