comparison weather.tcl @ 415:ff932030a9b3

weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jan 2017 22:41:07 +0200
parents d623652df6b5
children e904b453a06a
comparison
equal deleted inserted replaced
414:d623652df6b5 415:ff932030a9b3
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # Weather v0.9.3 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # Weather v0.9.5 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2014-2017 Tecnic Software productions (TNSP) 4 # (C) Copyright 2014-2017 Tecnic Software productions (TNSP)
5 # 5 #
6 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl 6 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl
7 # for more information. 7 # for more information.
8 # 8 #
21 21
22 ########################################################################## 22 ##########################################################################
23 # No need to look below this line 23 # No need to look below this line
24 ########################################################################## 24 ##########################################################################
25 set weather_name "Weather" 25 set weather_name "Weather"
26 set weather_version "0.9.3" 26 set weather_version "0.9.5"
27 27
28 28
29 ### Initialization messages 29 ### Initialization messages
30 package require textutil::split 30 package require textutil::split
31 set weather_message "$weather_name v$weather_version by ccr/TNSP" 31 set weather_message "$weather_name v$weather_version by ccr/TNSP"