# HG changeset patch # User Matti Hamalainen # Date 1443957752 -10800 # Node ID ade13f17639b43074032a9236cf688fc59387b6c # Parent 6ea410acbe747a9a5fe7d6892a694748d4950f7d fetch_weather: Bump version. diff -r 6ea410acbe74 -r ade13f17639b fetch_weather.pl --- a/fetch_weather.pl Sun Oct 04 14:22:20 2015 +0300 +++ b/fetch_weather.pl Sun Oct 04 14:22:32 2015 +0300 @@ -1,7 +1,7 @@ #!/usr/bin/perl -w ########################################################################## # -# Fetch Weather v0.4 by Matti 'ccr' Hamalainen +# Fetch Weather v0.5 by Matti 'ccr' Hamalainen # (C) Copyright 2014-2015 Tecnic Software productions (TNSP) # This script is freely distributable under GNU GPL (version 2) license. # @@ -257,7 +257,7 @@ my $weatherdata = {}; die( -"Weather Fetch v0.4 by ccr/TNSP \n". +"Weather Fetch v0.5 by ccr/TNSP \n". "Usage: $0 \n" ) unless scalar(@ARGV) >= 1;