changeset 573:d004944d6afd

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Sep 2020 14:58:55 +0300
parents 295c225e3152
children 2a1f3e0f0977
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Sun Sep 27 14:56:48 2020 +0300
+++ b/urllog.tcl	Sun Sep 27 14:58:55 2020 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# URLLog v2.5.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# URLLog v2.5.1 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.5.0"
+set urllog_version "2.5.1"
 set urllog_message "$urllog_name v$urllog_version (C) 2000-2020 ccr/TNSP"