changeset 450:aa8cc5b67585

fetch_weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Sep 2017 15:24:49 +0300
parents d4f4a9dfb34f
children a7249db002bd
files fetch_weather.pl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <ccr@tnsp.org>
+# Fetch Weather v1.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (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 <ccr\@tnsp.org>\n".
+    "Weather Fetch v1.0 by ccr/TNSP <ccr\@tnsp.org>\n".
     "Usage: $0 <config file> [options]\n".
     "\n".
     " -force      : Force updating of all data\n".