comparison urllog.tcl @ 129:d981f51b39c2

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 17 Sep 2012 17:33:59 +0300
parents 0d21b9d1d2b9
children b04ecf8bfb15
comparison
equal deleted inserted replaced
128:0d21b9d1d2b9 129:d981f51b39c2
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # URLLog v2.2.3 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # URLLog v2.2.4 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.3" 140 set urllog_version "2.2.4"
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