comparison weather.tcl @ 451:a7249db002bd

weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Sep 2017 15:25:12 +0300
parents d4f4a9dfb34f
children c69368f97c10
comparison
equal deleted inserted replaced
450:aa8cc5b67585 451:a7249db002bd
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # Weather v0.9.5 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # Weather v1.0.0 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.5" 26 set weather_version "1.0.0"
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"