changeset 107:92b42a867af4

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Sep 2011 19:21:48 +0300
parents fc50d5fd6ce8
children d9de3870b72e
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Wed Sep 14 19:20:39 2011 +0300
+++ b/urllog.tcl	Wed Sep 14 19:21:48 2011 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# URLLog v2.2 by ccr/TNSP <ccr@tnsp.org>
+# URLLog v2.2.1 by ccr/TNSP <ccr@tnsp.org>
 # (C) Copyright 2000-2011 Tecnic Software productions (TNSP)
 #
 ##########################################################################
@@ -135,7 +135,7 @@
 # No need to look below this line
 ##########################################################################
 set urllog_name "URLLog"
-set urllog_version "2.2"
+set urllog_version "2.2.1"
 
 set urllog_tlds [split $urllog_tlds ","]
 set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"]