summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-03-01 13:42:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-03-01 13:42:43 (GMT)
commitbcb71c3efaadfc55dcd742522aaf331a40b9a7ec (patch)
tree668fe58251cf32d8684e2977a1659c8ce6e609e9 /library
parent505168f33072ae432a1f15d9fad413cb68095477 (diff)
parent8019506921eab871f899a0fa2aa8386e9e5b8178 (diff)
downloadtk-bcb71c3efaadfc55dcd742522aaf331a40b9a7ec.zip
tk-bcb71c3efaadfc55dcd742522aaf331a40b9a7ec.tar.gz
tk-bcb71c3efaadfc55dcd742522aaf331a40b9a7ec.tar.bz2
merge release
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 {