diff options
author | fvogel <fvogelnew1@free.fr> | 2016-07-31 09:39:32 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-07-31 09:39:32 (GMT) |
commit | f661544bb3719c71d755ff14865a21cc812beb16 (patch) | |
tree | e37e643a549b285dc06606fb7539dbd364de1418 /library/tk.tcl | |
parent | b988bd249bb16b55c5b27ba7d5461a8889765589 (diff) | |
parent | aaba997116c73b942f078e7b4ce4cdd72943db1b (diff) | |
download | tk-f661544bb3719c71d755ff14865a21cc812beb16.zip tk-f661544bb3719c71d755ff14865a21cc812beb16.tar.gz tk-f661544bb3719c71d755ff14865a21cc812beb16.tar.bz2 |
merged trunk
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index 38162d1..d66ac56 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -10,10 +10,8 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. -# Insist on running with compatible version of Tcl -package require Tcl 8.6 # Verify that we have Tk binary and script components from the same release -package require -exact Tk 8.6.5 +package require -exact Tk 8.7a0 # Create a ::tk namespace namespace eval ::tk { |