# HG changeset patch # User Matti Hamalainen # Date 1506601489 -10800 # Node ID aa8cc5b675858a9178b8218df87a57e233d6ba89 # Parent d4f4a9dfb34f4f81539387eb8761e76ffb06511d fetch_weather: Bump version. diff -r d4f4a9dfb34f -r aa8cc5b67585 fetch_weather.pl --- a/fetch_weather.pl Thu Sep 28 15:24:36 2017 +0300 +++ b/fetch_weather.pl Thu Sep 28 15:24:49 2017 +0300 @@ -1,7 +1,7 @@ #!/usr/bin/perl -w ########################################################################## # -# Fetch Weather v0.8 by Matti 'ccr' Hamalainen +# Fetch Weather v1.0 by Matti 'ccr' Hamalainen # (C) Copyright 2014-2017 Tecnic Software productions (TNSP) # This script is freely distributable under GNU GPL (version 2) license. # @@ -312,7 +312,7 @@ if (!defined($opt_cfgfile)) { die( - "Weather Fetch v0.8 by ccr/TNSP \n". + "Weather Fetch v1.0 by ccr/TNSP \n". "Usage: $0 [options]\n". "\n". " -force : Force updating of all data\n".