changeset 602:a09401d4ac8c

weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Feb 2021 13:51:34 +0200
parents acc2ba6be415
children 577763cb8864
files weather.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <ccr@tnsp.org>
+# Weather v2.1.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (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"
 
 
 #-------------------------------------------------------------------------