From: Jeff Hobbs Date: Thu, 5 Apr 2007 00:18:56 +0000 (+0000) Subject: bumped to version 2.5 X-Git-Tag: tkcon-2-5~10 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=27531e8d125323ccda0759db6095c3dd33907121;p=tkcon bumped to version 2.5 --- 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