comparison quotedb.tcl @ 675:09be9264ee79

quotedb: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Feb 2021 15:10:52 +0200
parents 57dd82ac2a06
children 7897b795480b
comparison
equal deleted inserted replaced
674:57dd82ac2a06 675:09be9264ee79
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # QuoteDB v2.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # QuoteDB v2.7.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2003-2021 Tecnic Software productions (TNSP) 4 # (C) Copyright 2003-2021 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 #
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 (C) 2003-2021 ccr/TNSP" 28 set qdb_message "$qdb_name v2.7.1 (C) 2003-2021 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