changeset 335:e6473e7083aa

weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 Sep 2015 14:39:02 +0300
parents 088bb2621595
children bb4abe5cc235
files weather.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/weather.tcl	Sat Sep 26 14:38:53 2015 +0300
+++ b/weather.tcl	Sat Sep 26 14:39:02 2015 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# Weather v0.9 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# Weather v0.9.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (C) Copyright 2014-2015 Tecnic Software productions (TNSP)
 #
 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl
@@ -20,7 +20,7 @@
 # No need to look below this line
 ##########################################################################
 set weather_name "Weather"
-set weather_version "0.9"
+set weather_version "0.9.1"
 
 
 ### Initialization messages