changeset 541:8e02d736bcc3

weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 07 Jul 2020 22:29:07 +0300
parents 3174701325c0
children a57822226ba0
files weather.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <ccr@tnsp.org>
+# Weather v2.0.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,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