diff options
author | dgp <dgp@noemail.net> | 2011-05-26 20:47:10 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2011-05-26 20:47:10 (GMT) |
commit | 2560f719958c36e89ce2bcb566951c946fe91f23 (patch) | |
tree | 737d8461445b8d1f18eb03e71eb28448ee820560 /library/tk.tcl | |
parent | e6afe7a7f717ba09a99b91d382b26807bff19664 (diff) | |
download | tk-2560f719958c36e89ce2bcb566951c946fe91f23.zip tk-2560f719958c36e89ce2bcb566951c946fe91f23.tar.gz tk-2560f719958c36e89ce2bcb566951c946fe91f23.tar.bz2 |
Release candidate branch for Tk 8.5.10
FossilOrigin-Name: 98fe7b7c2f2a8a127742466456929bcebf20c4a8
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index d6f0e24..f7ab972 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -17,7 +17,7 @@ package require Tcl 8.5 ;# Guard against [source] in an 8.4- interp before # 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.9 +package require -exact Tk 8.5.10 # Create a ::tk namespace namespace eval ::tk { |