changeset 563:537df683836c

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jul 2020 13:41:46 +0300
parents 15bc88a1477a
children f85b5c572292
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Thu Jul 09 13:28:54 2020 +0300
+++ b/urllog.tcl	Thu Jul 09 13:41:46 2020 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# URLLog v2.4.3 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# URLLog v2.5.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (C) Copyright 2000-2020 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
@@ -37,7 +37,7 @@
 package require http
 
 set urllog_name "URLLog"
-set urllog_version "2.4.3"
+set urllog_version "2.5.0"
 set urllog_message "$urllog_name v$urllog_version (C) 2000-2020 ccr/TNSP"