# HG changeset patch # User Matti Hamalainen # Date 1449868410 -7200 # Node ID e06a3f3923f51a3345ebf8b6883d0e4a17f905e5 # Parent b1e7ffeaacef39fe602e9053707d397fb25c0779 weather: Bump version. diff -r b1e7ffeaacef -r e06a3f3923f5 weather.tcl --- a/weather.tcl Fri Dec 11 23:13:04 2015 +0200 +++ b/weather.tcl Fri Dec 11 23:13:30 2015 +0200 @@ -1,6 +1,6 @@ ########################################################################## # -# Weather v0.9.2 by Matti 'ccr' Hamalainen +# Weather v0.9.3 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.2" +set weather_version "0.9.3" ### Initialization messages