changeset 340:ade13f17639b

fetch_weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 04 Oct 2015 14:22:32 +0300
parents 6ea410acbe74
children 6951c3a3f677
files fetch_weather.pl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <ccr@tnsp.org>
+# Fetch Weather v0.5 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (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 <ccr\@tnsp.org>\n".
+"Weather Fetch v0.5 by ccr/TNSP <ccr\@tnsp.org>\n".
 "Usage: $0 <config file>\n"
 ) unless scalar(@ARGV) >= 1;