changeset 499:3da1d036ae48

weather: Bump version, adjust copyright message when loading.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jan 2020 06:00:56 +0200
parents 01f226d6a992
children f31cb0b7d0c0
files weather.tcl
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <ccr@tnsp.org>
+# Weather v1.2.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (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"