diff options
author | dgp <dgp@users.sourceforge.net> | 2009-11-03 20:15:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-11-03 20:15:24 (GMT) |
commit | 88cab73bda545db2653e191c79322e318568afdd (patch) | |
tree | a56b6ea35885149c6596f00f3b1380c8a3928302 /library/tk.tcl | |
parent | bcb6809211c95e27294400f9efa67ccf4dd0ac56 (diff) | |
download | tk-88cab73bda545db2653e191c79322e318568afdd.zip tk-88cab73bda545db2653e191c79322e318568afdd.tar.gz tk-88cab73bda545db2653e191c79322e318568afdd.tar.bz2 |
*** 8.5.8 TAGGED FOR RELEASE ***
* generic/tk.h: Bump to 8.5.8 for release.
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* README:
* unix/configure: autoconf-2.59
* win/configure:
* changes: Updated for 8.5.8 release.
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index a2fb11c..b4ae238 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -3,7 +3,7 @@ # Initialization script normally executed in the interpreter for each # Tk-based application. Arranges class bindings for widgets. # -# RCS: @(#) $Id: tk.tcl,v 1.73.2.11 2009/10/15 17:48:50 dgp Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.73.2.12 2009/11/03 20:15:25 dgp Exp $ # # Copyright (c) 1992-1994 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -17,7 +17,7 @@ package require Tcl 8.5 ;# Guard against [source] in an 8.4- interp # Insist on running with compatible version of Tcl package require Tcl 8.5.0 # Verify that we have Tk binary and script components from the same release -package require -exact Tk 8.5.7 +package require -exact Tk 8.5.8 # Create a ::tk namespace namespace eval ::tk { |