# HG changeset patch # User Matti Hamalainen # Date 1506601512 -10800 # Node ID a7249db002bddbd35a3e68892c8419a5e3aece41 # Parent aa8cc5b675858a9178b8218df87a57e233d6ba89 weather: Bump version. diff -r aa8cc5b67585 -r a7249db002bd weather.tcl --- 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 +# Weather v1.0.0 by Matti 'ccr' Hamalainen # (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