changeset 124:ac5b1efabace

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jan 2012 17:07:14 +0200
parents 785bf519b4ee
children 42cf6a768c46
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <ccr@tnsp.org>
+# URLLog v2.2.3 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (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" "|"]