changeset 359:3b8ffc6eca6d

fetch_weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Dec 2015 23:13:54 +0200
parents e06a3f3923f5
children 2f7f18371b65
files fetch_weather.pl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Fri Dec 11 23:13:30 2015 +0200
+++ b/fetch_weather.pl	Fri Dec 11 23:13:54 2015 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 ##########################################################################
 #
-# Fetch Weather v0.5 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# Fetch Weather v0.6 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.
 #
@@ -267,7 +267,7 @@
 my $weatherdata = {};
 
 die(
-"Weather Fetch v0.5 by ccr/TNSP <ccr\@tnsp.org>\n".
+"Weather Fetch v0.6 by ccr/TNSP <ccr\@tnsp.org>\n".
 "Usage: $0 <config file>\n"
 ) unless scalar(@ARGV) >= 1;