diff options
author | dgp <dgp@users.sourceforge.net> | 2019-11-22 16:45:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-11-22 16:45:11 (GMT) |
commit | 49bd038a24d67579ebb849395f7d02dd1d83198e (patch) | |
tree | bd5625dd2e6e56b134b545aeb8363f9a2c714ae7 /library | |
parent | db72a5fae465ad42ecec38478453a70cb8817215 (diff) | |
parent | dab8eb4558ae5ea13f4cb684df1ade5910012483 (diff) | |
download | tk-49bd038a24d67579ebb849395f7d02dd1d83198e.zip tk-49bd038a24d67579ebb849395f7d02dd1d83198e.tar.gz tk-49bd038a24d67579ebb849395f7d02dd1d83198e.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 60107cf..87e0586 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.9 +package require -exact Tk 8.6.10 # Create a ::tk namespace namespace eval ::tk { |