changeset 698:6ba9f961e463 default tip

quotedb: Bump version and copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 Sep 2023 11:38:41 +0300
parents 14d4d4300623
children
files quotedb.tcl
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/quotedb.tcl	Mon Sep 18 11:20:46 2023 +0300
+++ b/quotedb.tcl	Mon Sep 18 11:38:41 2023 +0300
@@ -1,7 +1,7 @@
 ##########################################################################
 #
-# QuoteDB v2.7.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2003-2021 Tecnic Software productions (TNSP)
+# QuoteDB v2.7.2 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# (C) Copyright 2003-2023 Tecnic Software productions (TNSP)
 #
 # This script was made for my own use, any questions about it or any
 # problems you may have with it can be sent to /dev/null.
@@ -25,7 +25,7 @@
 package require sqlite3
 
 set qdb_name "QuoteDB"
-set qdb_message "$qdb_name v2.7.1 (C) 2003-2021 ccr/TNSP"
+set qdb_message "$qdb_name v2.7.2 (C) 2003-2023 ccr/TNSP"
 
 
 #-------------------------------------------------------------------------