# HG changeset patch # User Matti Hamalainen # Date 1445327023 -10800 # Node ID 5c6cb115a7a11c0d4be30df4112f83475265b776 # Parent 25fc5a2b42aec6e8099370b7b14631c6d7a16436 weather: Bump version. diff -r 25fc5a2b42ae -r 5c6cb115a7a1 weather.tcl --- a/weather.tcl Tue Oct 20 10:43:35 2015 +0300 +++ b/weather.tcl Tue Oct 20 10:43:43 2015 +0300 @@ -1,6 +1,6 @@ ########################################################################## # -# Weather v0.9.1 by Matti 'ccr' Hamalainen +# Weather v0.9.2 by Matti 'ccr' Hamalainen # (C) Copyright 2014-2015 Tecnic Software productions (TNSP) # # Requires data fetcher to be run as a cronjob, see fetch_weather.pl @@ -23,7 +23,7 @@ # No need to look below this line ########################################################################## set weather_name "Weather" -set weather_version "0.9.1" +set weather_version "0.9.2" ### Initialization messages