comparison quotedb.tcl @ 427:86f39989df4b

quotedb: Bump copyright and version.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 04:11:17 +0200
parents 84d3d7abeb8a
children ac66900fd066
comparison
equal deleted inserted replaced
426:84d3d7abeb8a 427:86f39989df4b
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # QuoteDB v2.4 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # QuoteDB v2.5 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2003-2015 Tecnic Software productions (TNSP) 4 # (C) Copyright 2003-2017 Tecnic Software productions (TNSP)
5 # 5 #
6 # Not for public use or distribution. If you happen to find this, 6 # Not for public use or distribution. If you happen to find this,
7 # send your questions and/or problems to /dev/null, thank you. 7 # send your questions and/or problems to /dev/null, thank you.
8 # 8 #
9 ########################################################################## 9 ##########################################################################
19 19
20 ########################################################################## 20 ##########################################################################
21 # No need to look below this line 21 # No need to look below this line
22 ########################################################################## 22 ##########################################################################
23 set qdb_name "QuoteDB" 23 set qdb_name "QuoteDB"
24 set qdb_version "2.4" 24 set qdb_version "2.5"
25 25
26 #------------------------------------------------------------------------- 26 #-------------------------------------------------------------------------
27 ### Initialization messages 27 ### Initialization messages
28 set qdb_message "$qdb_name v$qdb_version by ccr/TNSP" 28 set qdb_message "$qdb_name v$qdb_version by ccr/TNSP"
29 putlog "$qdb_message" 29 putlog "$qdb_message"