changeset 49:7ecb0a0bfb36

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Sep 2011 14:47:34 +0300
parents 506ce7f074e4
children f69363fc1f61
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Wed Sep 07 14:10:20 2011 +0300
+++ b/urllog.tcl	Wed Sep 07 14:47:34 2011 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# URLLog v2.00.0 by ccr/TNSP <ccr@tnsp.org>
+# URLLog v2.0.1 by ccr/TNSP <ccr@tnsp.org>
 # (C) Copyright 2000-2011 Tecnic Software productions (TNSP)
 #
 ##########################################################################
@@ -123,7 +123,7 @@
 ##########################################################################
 #-------------------------------------------------------------------------
 set urllog_name "URLLog"
-set urllog_version "2.00.0"
+set urllog_version "2.0.1"
 
 set urllog_tlds [split $urllog_tlds ","]
 set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"]