comparison urllog.tcl @ 124:ac5b1efabace

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jan 2012 17:07:14 +0200
parents 785bf519b4ee
children bfb398057543
comparison
equal deleted inserted replaced
123:785bf519b4ee 124:ac5b1efabace
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # URLLog v2.2.2 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # URLLog v2.2.3 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2000-2012 Tecnic Software productions (TNSP) 4 # (C) Copyright 2000-2012 Tecnic Software productions (TNSP)
5 # 5 #
6 # This script is freely distributable under GNU GPL (version 2) license. 6 # This script is freely distributable under GNU GPL (version 2) license.
7 # 7 #
8 ########################################################################## 8 ##########################################################################
135 135
136 ########################################################################## 136 ##########################################################################
137 # No need to look below this line 137 # No need to look below this line
138 ########################################################################## 138 ##########################################################################
139 set urllog_name "URLLog" 139 set urllog_name "URLLog"
140 set urllog_version "2.2.2" 140 set urllog_version "2.2.3"
141 141
142 set urllog_tlds [split $urllog_tlds ","] 142 set urllog_tlds [split $urllog_tlds ","]
143 set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"] 143 set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"]
144 144
145 145