changeset 673:afe4b1fe5e79

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Feb 2021 15:09:51 +0200
parents f55dc6599308
children 57dd82ac2a06
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Tue Feb 23 14:42:17 2021 +0200
+++ b/urllog.tcl	Tue Feb 23 15:09:51 2021 +0200
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# URLLog v2.7.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# URLLog v2.8.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (C) Copyright 2000-2021 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
@@ -42,7 +42,7 @@
 package require textutil::split
 
 set urllog_name "URLLog"
-set urllog_version "2.7.0"
+set urllog_version "2.8.0"
 set urllog_message "$urllog_name v$urllog_version (C) 2000-2021 ccr/TNSP"