changeset 332:bff53f5bba5b

fetch_weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Sep 2015 16:19:50 +0300
parents b8ae5e99341b
children bb4abe5cc235 afb8c0e2d513
files fetch_weather.pl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Sat Sep 19 16:09:12 2015 +0300
+++ b/fetch_weather.pl	Sat Sep 19 16:19:50 2015 +0300
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 ##########################################################################
 #
-# Fetch Weather v0.3 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# Fetch Weather v0.4 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.
 #
@@ -255,7 +255,7 @@
 my $weatherdata = {};
 
 die(
-"Weather Fetch v0.3 by ccr/TNSP <ccr\@tnsp.org>\n".
+"Weather Fetch v0.4 by ccr/TNSP <ccr\@tnsp.org>\n".
 "Usage: $0 <config file>\n"
 ) unless scalar(@ARGV) >= 1;