comparison quotedb.tcl @ 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
comparison
equal deleted inserted replaced
697:14d4d4300623 698:6ba9f961e463
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # QuoteDB v2.7.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # QuoteDB v2.7.2 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2003-2021 Tecnic Software productions (TNSP) 4 # (C) Copyright 2003-2023 Tecnic Software productions (TNSP)
5 # 5 #
6 # This script was made for my own use, any questions about it or any 6 # This script was made for my own use, any questions about it or any
7 # problems you may have with it can be sent to /dev/null. 7 # problems you may have with it can be sent to /dev/null.
8 # 8 #
9 # This script is freely distributable under GNU GPL (version 2) license. 9 # This script is freely distributable under GNU GPL (version 2) license.
23 # No need to look below this line 23 # No need to look below this line
24 ########################################################################## 24 ##########################################################################
25 package require sqlite3 25 package require sqlite3
26 26
27 set qdb_name "QuoteDB" 27 set qdb_name "QuoteDB"
28 set qdb_message "$qdb_name v2.7.1 (C) 2003-2021 ccr/TNSP" 28 set qdb_message "$qdb_name v2.7.2 (C) 2003-2023 ccr/TNSP"
29 29
30 30
31 #------------------------------------------------------------------------- 31 #-------------------------------------------------------------------------
32 proc qdb_log {umsg} { 32 proc qdb_log {umsg} {
33 global qdb_log_enable qdb_name 33 global qdb_log_enable qdb_name