diff options
author | dgp <dgp@noemail.net> | 2016-01-28 17:40:10 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2016-01-28 17:40:10 (GMT) |
commit | 9d998f732519d0fe761c8c6aa603547cc8cfd6e7 (patch) | |
tree | 24621b3bd38a7f5233316e926f14438bfe777ed5 /library | |
parent | be8c03ab108f4f20280e0db3b1acfe80f1e27a30 (diff) | |
download | tk-9d998f732519d0fe761c8c6aa603547cc8cfd6e7.zip tk-9d998f732519d0fe761c8c6aa603547cc8cfd6e7.tar.gz tk-9d998f732519d0fe761c8c6aa603547cc8cfd6e7.tar.bz2 |
Bump to 8.6.5
FossilOrigin-Name: 032c1ee138449c93dfa885fab07796783945e174
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 946ab7e..38162d1 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.4 +package require -exact Tk 8.6.5 # Create a ::tk namespace namespace eval ::tk { |