changeset 67:eb728cebfe2c

quotedb: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Sep 2011 18:17:20 +0300
parents 140f0492dcd3
children 3762c621d1c3
files quotedb.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/quotedb.tcl	Sat Sep 10 18:14:13 2011 +0300
+++ b/quotedb.tcl	Sat Sep 10 18:17:20 2011 +0300
@@ -1,6 +1,6 @@
 ##########################################################################
 #
-# QuoteDB v2.0 by ccr/TNSP <ccr@tnsp.org>
+# QuoteDB v2.1 by ccr/TNSP <ccr@tnsp.org>
 # (C) Copyright 2003-2011 Tecnic Software productions (TNSP)
 #
 # Not for public use or distribution. If you happen to find this,
@@ -47,7 +47,7 @@
 ##########################################################################
 #-------------------------------------------------------------------------
 set qdb_name "QuoteDB"
-set qdb_version "2.0"
+set qdb_version "2.1"
 
 
 #-------------------------------------------------------------------------