From 27531e8d125323ccda0759db6095c3dd33907121 Mon Sep 17 00:00:00 2001 From: Jeff Hobbs Date: Thu, 5 Apr 2007 00:18:56 +0000 Subject: [PATCH] bumped to version 2.5 --- ChangeLog | 2 ++ tkcon.tcl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 429e026..e1767ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-04-04 Jeff Hobbs + *** BUMPED TO VERSION 2.5 *** + * tkcon.tcl: ensure option overrides only effect tkcon and subwidgets. (edit): Add -wrap option to 'edit' command. diff --git a/tkcon.tcl b/tkcon.tcl index af1cf5f..f65b391 100755 --- a/tkcon.tcl +++ b/tkcon.tcl @@ -75,7 +75,7 @@ foreach cmd {SetCursor UpDownLine Transpose ScrollPages} { namespace eval ::tkcon { # when modifying this line, make sure that the auto-upgrade check # for version still works. - variable VERSION "2.4" + variable VERSION "2.5" # The OPT variable is an array containing most of the optional # info to configure. COLOR has the color data. variable OPT -- 2.23.0