# HG changeset patch # User Matti Hamalainen # Date 1579752056 -7200 # Node ID 3da1d036ae4837be1f14445d6bf951dadea5b101 # Parent 01f226d6a992617f572e7e21411fb8496854b6a0 weather: Bump version, adjust copyright message when loading. diff -r 01f226d6a992 -r 3da1d036ae48 weather.tcl --- a/weather.tcl Thu Jan 23 06:00:14 2020 +0200 +++ b/weather.tcl Thu Jan 23 06:00:56 2020 +0200 @@ -1,6 +1,6 @@ ########################################################################## # -# Weather v1.1.0 by Matti 'ccr' Hamalainen +# Weather v1.2.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,12 +23,12 @@ # No need to look below this line ########################################################################## set weather_name "Weather" -set weather_version "1.1.0" +set weather_version "1.2.0" ### Initialization messages package require textutil::split -set weather_message "$weather_name v$weather_version by ccr/TNSP" +set weather_message "$weather_name v$weather_version (C) 2014-2020 ccr/TNSP" putlog "$weather_message"