summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-07-28 14:54:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-07-28 14:54:20 (GMT)
commitcd8cf00f5a54158a5853da21e1fcdf03af038943 (patch)
tree4c426f846fd71bc1a5ce394071f1e8a9f429b718 /library
parente000b16dd7920d3e6756954febf6486da2d94200 (diff)
downloadtk-cd8cf00f5a54158a5853da21e1fcdf03af038943.zip
tk-cd8cf00f5a54158a5853da21e1fcdf03af038943.tar.gz
tk-cd8cf00f5a54158a5853da21e1fcdf03af038943.tar.bz2
Bump to 8.6.2 for 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 0110fe3..5f7a74e 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.1
+package require -exact Tk 8.6.2
# Create a ::tk namespace
namespace eval ::tk {