# HG changeset patch # User Matti Hamalainen # Date 1695026321 -10800 # Node ID 6ba9f961e46379c04f8c0d6641a12f6abd856fe9 # Parent 14d4d4300623ca479846bea8107be783b4d9f0ea quotedb: Bump version and copyright. diff -r 14d4d4300623 -r 6ba9f961e463 quotedb.tcl --- 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 -# (C) Copyright 2003-2021 Tecnic Software productions (TNSP) +# QuoteDB v2.7.2 by Matti 'ccr' Hamalainen +# (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" #-------------------------------------------------------------------------