diff options
author | dgp <dgp@users.sourceforge.net> | 2017-08-09 17:11:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-08-09 17:11:37 (GMT) |
commit | 1364a529c92c6e64af2308174eb56b09001e5fa7 (patch) | |
tree | f9e1f1fd697ed0a32915302eb00a6eb7e6119f89 /library | |
parent | 49644f7f4298d5bd2038227bd5db4401e2f881a6 (diff) | |
parent | d34d76dd0d9c0144e573d9e194655a56e56d32be (diff) | |
download | tk-1364a529c92c6e64af2308174eb56b09001e5fa7.zip tk-1364a529c92c6e64af2308174eb56b09001e5fa7.tar.gz tk-1364a529c92c6e64af2308174eb56b09001e5fa7.tar.bz2 |
merge release
Diffstat (limited to 'library')
-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 691bf83..fc61c4d 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -11,7 +11,7 @@ # this file, and for a DISCLAIMER OF ALL WARRANTIES. # Verify that we have Tk binary and script components from the same release -package require -exact Tk 8.6.6 +package require -exact Tk 8.6.7 # Create a ::tk namespace namespace eval ::tk { |