summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
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)
commitc136aa3a2a090e13c0074da92e6bd2521bddbf98 (patch)
tree24621b3bd38a7f5233316e926f14438bfe777ed5 /library/tk.tcl
parent3a1bd937a6b7e7dc29e0e76b31d6d00a7c7f45e7 (diff)
downloadtk-c136aa3a2a090e13c0074da92e6bd2521bddbf98.zip
tk-c136aa3a2a090e13c0074da92e6bd2521bddbf98.tar.gz
tk-c136aa3a2a090e13c0074da92e6bd2521bddbf98.tar.bz2
Bump to 8.6.5
Diffstat (limited to 'library/tk.tcl')
-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 {