changeset 253:dd30f2eaabd3

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Jan 2015 00:01:42 +0200
parents eb2fce89b8ab
children 4d4f3defe3ca
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Tue Jan 20 00:01:23 2015 +0200
+++ b/urllog.tcl	Tue Jan 20 00:01:42 2015 +0200
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# URLLog v2.3.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# URLLog v2.4.0 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.
@@ -152,7 +152,7 @@
 # No need to look below this line
 ##########################################################################
 set urllog_name "URLLog"
-set urllog_version "2.3.0"
+set urllog_version "2.4.0"
 
 set urllog_tlds [split $urllog_tlds ","]
 set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"]