changeset 218:861a49abee22

Bump versions.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 29 Sep 2014 05:49:22 +0300
parents 67018e353536
children 4e09bcc48851
files urllog.tcl weather.tcl
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Sun Sep 28 07:17:22 2014 +0300
+++ b/urllog.tcl	Mon Sep 29 05:49:22 2014 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# URLLog v2.2.6 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# URLLog v2.2.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (C) Copyright 2000-2014 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
@@ -147,7 +147,7 @@
 # No need to look below this line
 ##########################################################################
 set urllog_name "URLLog"
-set urllog_version "2.2.6"
+set urllog_version "2.2.7"
 
 set urllog_tlds [split $urllog_tlds ","]
 set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"] 
--- a/weather.tcl	Sun Sep 28 07:17:22 2014 +0300
+++ b/weather.tcl	Mon Sep 29 05:49:22 2014 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# Weather v0.6 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# Weather v0.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (C) Copyright 2014 Tecnic Software productions (TNSP)
 #
 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl
@@ -66,7 +66,7 @@
 # No need to look below this line
 ##########################################################################
 set weather_name "Weather"
-set weather_version "0.6"
+set weather_version "0.7"
 
 
 ### Binding initializations