# HG changeset patch # User Matti Hamalainen # Date 1326121634 -7200 # Node ID ac5b1efabace88f6bc2c171ac3adf74ee7273f78 # Parent 785bf519b4ee433083e721f1c41e74b84e5c1e47 urllog: Bump version. diff -r 785bf519b4ee -r ac5b1efabace urllog.tcl --- a/urllog.tcl Mon Jan 09 17:07:00 2012 +0200 +++ b/urllog.tcl Mon Jan 09 17:07:14 2012 +0200 @@ -1,6 +1,6 @@ ########################################################################## # -# URLLog v2.2.2 by Matti 'ccr' Hamalainen +# URLLog v2.2.3 by Matti 'ccr' Hamalainen # (C) Copyright 2000-2012 Tecnic Software productions (TNSP) # # This script is freely distributable under GNU GPL (version 2) license. @@ -137,7 +137,7 @@ # No need to look below this line ########################################################################## set urllog_name "URLLog" -set urllog_version "2.2.2" +set urllog_version "2.2.3" set urllog_tlds [split $urllog_tlds ","] set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"]