changeset 451:a7249db002bd

weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Sep 2017 15:25:12 +0300
parents aa8cc5b67585
children ec97c29768e7
files weather.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/weather.tcl	Thu Sep 28 15:24:49 2017 +0300
+++ b/weather.tcl	Thu Sep 28 15:25:12 2017 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# Weather v0.9.5 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# Weather v1.0.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (C) Copyright 2014-2017 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 "0.9.5"
+set weather_version "1.0.0"
 
 
 ### Initialization messages