diff options
author | dgp <dgp@users.sourceforge.net> | 2013-08-30 22:09:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-08-30 22:09:18 (GMT) |
commit | 79d5874e6b43f1534e132deab029da4f813c596d (patch) | |
tree | 54ddd9a559c2fcf81f68b841e35e44902af361a1 /library/tk.tcl | |
parent | 0fbe0db2af1c8fc2e747c2807225a050f1565bf5 (diff) | |
download | tk-79d5874e6b43f1534e132deab029da4f813c596d.zip tk-79d5874e6b43f1534e132deab029da4f813c596d.tar.gz tk-79d5874e6b43f1534e132deab029da4f813c596d.tar.bz2 |
Bump to 8.6.1.
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 06902f9..c490797 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -13,7 +13,7 @@ # 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.0 +package require -exact Tk 8.6.1 # Create a ::tk namespace namespace eval ::tk { |