changeset 329:50d47bdd4425

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Jun 2015 18:52:34 +0300
parents b3fded816ad8
children c42c900daf08
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Wed Jun 03 18:51:42 2015 +0300
+++ b/urllog.tcl	Wed Jun 03 18:52:34 2015 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# URLLog v2.4.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# URLLog v2.4.2 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (C) Copyright 2000-2015 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
@@ -36,7 +36,7 @@
 # No need to look below this line
 ##########################################################################
 set urllog_name "URLLog"
-set urllog_version "2.4.1"
+set urllog_version "2.4.2"
 
 set urllog_tld_list [split $urllog_tld_list ","]
 set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"]