diff options
author | dgp <dgp@users.sourceforge.net> | 2015-02-26 17:16:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-02-26 17:16:36 (GMT) |
commit | f2ea6fc9a82e92689b6d738d8ce318894a5b581b (patch) | |
tree | da6832adaf923a2830ac12a49529e41da65598b3 /library | |
parent | b2284ef1b0efb272ebb677c68525c3a1314de451 (diff) | |
download | tk-f2ea6fc9a82e92689b6d738d8ce318894a5b581b.zip tk-f2ea6fc9a82e92689b6d738d8ce318894a5b581b.tar.gz tk-f2ea6fc9a82e92689b6d738d8ce318894a5b581b.tar.bz2 |
Bump to 8.6.4.
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 4a53f99..da619e6 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.3 +package require -exact Tk 8.6.4 # Create a ::tk namespace namespace eval ::tk { |