comparison weather.tcl @ 218:861a49abee22

Bump versions.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 29 Sep 2014 05:49:22 +0300
parents 67018e353536
children 03579553233b
comparison
equal deleted inserted replaced
217:67018e353536 218:861a49abee22
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # Weather v0.6 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # Weather v0.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2014 Tecnic Software productions (TNSP) 4 # (C) Copyright 2014 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 #
64 64
65 ########################################################################## 65 ##########################################################################
66 # No need to look below this line 66 # No need to look below this line
67 ########################################################################## 67 ##########################################################################
68 set weather_name "Weather" 68 set weather_name "Weather"
69 set weather_version "0.6" 69 set weather_version "0.7"
70 70
71 71
72 ### Binding initializations 72 ### Binding initializations
73 bind pub - !sää weather_cmd_pub 73 bind pub - !sää weather_cmd_pub
74 bind pub - !saa weather_cmd_pub 74 bind pub - !saa weather_cmd_pub