diff options
author | dgp <dgp@users.sourceforge.net> | 2017-03-10 18:21:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-03-10 18:21:36 (GMT) |
commit | 7d43c1f7aeba4e047988f68ede53565da32e6538 (patch) | |
tree | 7409ee662bf6b05d120f917fc385f86b2db2494d /library/tk.tcl | |
parent | 72ea4ad7973b2bfe4b92f346dae82919e7d0ae35 (diff) | |
download | tk-7d43c1f7aeba4e047988f68ede53565da32e6538.zip tk-7d43c1f7aeba4e047988f68ede53565da32e6538.tar.gz tk-7d43c1f7aeba4e047988f68ede53565da32e6538.tar.bz2 |
Start RC branch for Tk 8.6.7
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 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 { |