changeset 323:9380535b8f12

feeds: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 May 2015 13:44:08 +0300
parents b4adc56446f6
children 19c64798de91 2a85f7dd9733
files feeds.tcl fetch_feeds.tcl
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/feeds.tcl	Mon May 18 13:41:16 2015 +0300
+++ b/feeds.tcl	Mon May 18 13:44:08 2015 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# FeedCheck v0.9 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# FeedCheck v1.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (C) Copyright 2008-2015 Tecnic Software productions (TNSP)
 #
 # Requires fetch_feeds.tcl to be run as a cronjob, for example
@@ -24,7 +24,7 @@
 # No need to look below this line
 ##########################################################################
 set feeds_name "FeedCheck"
-set feeds_message "$feeds_name v0.9 by ccr/TNSP"
+set feeds_message "$feeds_name v1.0 by ccr/TNSP"
 
 putlog "$feeds_message"
 bind pub - !feeds feeds_pubfetch
--- a/fetch_feeds.tcl	Mon May 18 13:41:16 2015 +0300
+++ b/fetch_feeds.tcl	Mon May 18 13:44:08 2015 +0300
@@ -4,7 +4,7 @@
 #
 ##############################################################################
 #
-# FeedCheck fetcher v0.9 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# FeedCheck fetcher v1.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (C) Copyright 2008-2015 Tecnic Software productions (TNSP) 
 #
 # This script is freely distributable under GNU GPL (version 2) license.