comparison weather.tcl @ 345:5c6cb115a7a1

weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Oct 2015 10:43:43 +0300
parents 25fc5a2b42ae
children b1e7ffeaacef
comparison
equal deleted inserted replaced
344:25fc5a2b42ae 345:5c6cb115a7a1
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # Weather v0.9.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # Weather v0.9.2 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2014-2015 Tecnic Software productions (TNSP) 4 # (C) Copyright 2014-2015 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.1" 26 set weather_version "0.9.2"
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"