# HG changeset patch # User Matti Hamalainen # Date 1614085791 -7200 # Node ID afe4b1fe5e799a5343d7e27b9df599e1ddbcb550 # Parent f55dc6599308ba32a5a3ae50cea1bfda4bc50e79 urllog: Bump version. diff -r f55dc6599308 -r afe4b1fe5e79 urllog.tcl --- 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 +# URLLog v2.8.0 by Matti 'ccr' Hamalainen # (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"