# HG changeset patch # User Matti Hamalainen # Date 1411958962 -10800 # Node ID 861a49abee2203cd6a9afc5b65a7460b599c6a00 # Parent 67018e353536b09cb1fd99e28e1e36cf3a8bf5c0 Bump versions. diff -r 67018e353536 -r 861a49abee22 urllog.tcl --- 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 +# URLLog v2.2.7 by Matti 'ccr' Hamalainen # (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" "|"] diff -r 67018e353536 -r 861a49abee22 weather.tcl --- 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 +# Weather v0.7 by Matti 'ccr' Hamalainen # (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