changeset 222:f4b7b6e8fb37

Bump versions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 30 Sep 2014 14:50:01 +0300
parents b8bf9d7666b6
children 606c2a48b2ce
files urllog.tcl weather.tcl
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Tue Sep 30 14:49:53 2014 +0300
+++ b/urllog.tcl	Tue Sep 30 14:50:01 2014 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# URLLog v2.2.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# URLLog v2.3.0 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.
@@ -153,7 +153,7 @@
 # No need to look below this line
 ##########################################################################
 set urllog_name "URLLog"
-set urllog_version "2.2.7"
+set urllog_version "2.3.0"
 
 set urllog_tlds [split $urllog_tlds ","]
 set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"] 
--- a/weather.tcl	Tue Sep 30 14:49:53 2014 +0300
+++ b/weather.tcl	Tue Sep 30 14:50:01 2014 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# Weather v0.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# Weather v0.8 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
@@ -71,7 +71,7 @@
 # No need to look below this line
 ##########################################################################
 set weather_name "Weather"
-set weather_version "0.7"
+set weather_version "0.8"
 
 
 ### Binding initializations