changeset 202:9b47f6d6c8bb

Weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 18 Jun 2014 20:47:27 +0300
parents 92f4a489b7ef
children f56c598be862 dd20109d92da
files weather.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/weather.tcl	Wed Jun 18 20:46:15 2014 +0300
+++ b/weather.tcl	Wed Jun 18 20:47:27 2014 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# Weather v0.5 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# Weather v0.6 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (C) Copyright 2014 Tecnic Software productions (TNSP)
 #
 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl
@@ -63,7 +63,7 @@
 # No need to look below this line
 ##########################################################################
 set weather_name "Weather"
-set weather_version "0.5"
+set weather_version "0.6"
 
 
 ### Binding initializations