changeset 586:23f2c71fdb90

urllog: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Jan 2021 23:13:41 +0200
parents a5dc31f5b44e
children 03d3ec856e4d
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Sun Jan 24 23:13:01 2021 +0200
+++ b/urllog.tcl	Sun Jan 24 23:13:41 2021 +0200
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# URLLog v2.5.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# URLLog v2.6.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.
@@ -37,7 +37,7 @@
 package require http
 
 set urllog_name "URLLog"
-set urllog_version "2.5.1"
+set urllog_version "2.6.0"
 set urllog_message "$urllog_name v$urllog_version (C) 2000-2021 ccr/TNSP"