# HG changeset patch # User Matti Hamalainen # Date 1614085852 -7200 # Node ID 09be9264ee7904687cbaf1f003e98a8e346b111a # Parent 57dd82ac2a06a5e347712c57b69e03d33d80025f quotedb: Bump version. diff -r 57dd82ac2a06 -r 09be9264ee79 quotedb.tcl --- a/quotedb.tcl Tue Feb 23 15:10:44 2021 +0200 +++ b/quotedb.tcl Tue Feb 23 15:10:52 2021 +0200 @@ -1,6 +1,6 @@ ########################################################################## # -# QuoteDB v2.7 by Matti 'ccr' Hamalainen +# QuoteDB v2.7.1 by Matti 'ccr' Hamalainen # (C) Copyright 2003-2021 Tecnic Software productions (TNSP) # # This script was made for my own use, any questions about it or any @@ -25,7 +25,7 @@ package require sqlite3 set qdb_name "QuoteDB" -set qdb_message "$qdb_name v2.7 (C) 2003-2021 ccr/TNSP" +set qdb_message "$qdb_name v2.7.1 (C) 2003-2021 ccr/TNSP" #-------------------------------------------------------------------------