diff options
author | dgp <dgp@users.sourceforge.net> | 2014-08-25 15:41:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-08-25 15:41:46 (GMT) |
commit | fdc8a93f5b18a9d6f46c7cf970267b09cb358530 (patch) | |
tree | 385778046df2c60639e19d0d253e12ab3bf34e02 /library/tk.tcl | |
parent | 4ccf614e946e9d871b37e6cd562a038f687e8d7a (diff) | |
parent | b01232ff21eb0c7e6d2f9a67322c03e22303f906 (diff) | |
download | tk-fdc8a93f5b18a9d6f46c7cf970267b09cb358530.zip tk-fdc8a93f5b18a9d6f46c7cf970267b09cb358530.tar.gz tk-fdc8a93f5b18a9d6f46c7cf970267b09cb358530.tar.bz2 |
merge release
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 f432861..bb8cb2f 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -15,7 +15,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.15 +package require -exact Tk 8.5.16 # Create a ::tk namespace namespace eval ::tk { |