# HG changeset patch # User Matti Hamalainen # Date 1612439494 -7200 # Node ID a09401d4ac8ce0279086da394e55fe7e978244b9 # Parent acc2ba6be4150153dd2d3b002eab04674e06520c weather: Bump version. diff -r acc2ba6be415 -r a09401d4ac8c weather.tcl --- a/weather.tcl Thu Feb 04 12:23:52 2021 +0200 +++ b/weather.tcl Thu Feb 04 13:51:34 2021 +0200 @@ -1,6 +1,6 @@ ########################################################################## # -# Weather v2.0.0 by Matti 'ccr' Hamalainen +# Weather v2.1.0 by Matti 'ccr' Hamalainen # (C) Copyright 2014-2021 Tecnic Software productions (TNSP) # # Requires data fetcher to be run as a cronjob, see fetch_weather.pl @@ -25,7 +25,7 @@ package require textutil::split set weather_name "Weather" -set weather_message "$weather_name v2.0.0 (C) 2014-2021 ccr/TNSP" +set weather_message "$weather_name v2.1.0 (C) 2014-2021 ccr/TNSP" #-------------------------------------------------------------------------