# HG changeset patch # User Matti Hamalainen # Date 1433346754 -10800 # Node ID 50d47bdd44253a2d8fe714658a85c77d0f30b08e # Parent b3fded816ad82162577c70782966305a10ca72c6 urllog: Bump version. diff -r b3fded816ad8 -r 50d47bdd4425 urllog.tcl --- a/urllog.tcl Wed Jun 03 18:51:42 2015 +0300 +++ b/urllog.tcl Wed Jun 03 18:52:34 2015 +0300 @@ -1,6 +1,6 @@ ########################################################################## # -# URLLog v2.4.1 by Matti 'ccr' Hamalainen +# URLLog v2.4.2 by Matti 'ccr' Hamalainen # (C) Copyright 2000-2015 Tecnic Software productions (TNSP) # # This script is freely distributable under GNU GPL (version 2) license. @@ -36,7 +36,7 @@ # No need to look below this line ########################################################################## set urllog_name "URLLog" -set urllog_version "2.4.1" +set urllog_version "2.4.2" set urllog_tld_list [split $urllog_tld_list ","] set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"]