summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2016-01-28 17:40:10 (GMT)
committerdgp@users.sourceforge.net <dgp>2016-01-28 17:40:10 (GMT)
commit8a1f4cf1e3d3cba87d43301cf773a1fe1b6b8202 (patch)
tree24621b3bd38a7f5233316e926f14438bfe777ed5 /library
parentec61ea523641ebb600d1e9842d62324e63e8a1e9 (diff)
downloadtk-8a1f4cf1e3d3cba87d43301cf773a1fe1b6b8202.zip
tk-8a1f4cf1e3d3cba87d43301cf773a1fe1b6b8202.tar.gz
tk-8a1f4cf1e3d3cba87d43301cf773a1fe1b6b8202.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 {