changeset 675:09be9264ee79

quotedb: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Feb 2021 15:10:52 +0200
parents 57dd82ac2a06
children 2737e90aad83
files quotedb.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <ccr@tnsp.org>
+# QuoteDB v2.7.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 # (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"
 
 
 #-------------------------------------------------------------------------