summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-01-28 17:40:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-01-28 17:40:10 (GMT)
commitb2bb8f7366e971a698d64610c5d30fa31f414ca1 (patch)
tree24621b3bd38a7f5233316e926f14438bfe777ed5 /library
parentb93bf38ccbdc6c1ad92004de062574738c6a3569 (diff)
downloadtk-b2bb8f7366e971a698d64610c5d30fa31f414ca1.zip
tk-b2bb8f7366e971a698d64610c5d30fa31f414ca1.tar.gz
tk-b2bb8f7366e971a698d64610c5d30fa31f414ca1.tar.bz2
Bump to 8.6.5
Diffstat (limited to 'library')
-rw-r--r--library/tk.tcl2
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 {