# HG changeset patch # User Matti Hamalainen # Date 1594150147 -10800 # Node ID 8e02d736bcc3b7581668fc0a260815b2fc153d29 # Parent 3174701325c02560ff7d99c012731e47c96cbe5a weather: Bump version. diff -r 3174701325c0 -r 8e02d736bcc3 weather.tcl --- a/weather.tcl Tue Jul 07 22:28:30 2020 +0300 +++ b/weather.tcl Tue Jul 07 22:29:07 2020 +0300 @@ -1,6 +1,6 @@ ########################################################################## # -# Weather v1.2.0 by Matti 'ccr' Hamalainen +# Weather v2.0.0 by Matti 'ccr' Hamalainen # (C) Copyright 2014-2020 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 "1.2.0" +set weather_version "2.0.0" ### Initialization messages