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)
commitb7987c124821dc0e85b656bc216b70d14a9ba57c (patch)
tree4c426f846fd71bc1a5ce394071f1e8a9f429b718 /library
parentb2263f97e0a12c9653911aa89f63766e54e9cfdb (diff)
downloadtk-b7987c124821dc0e85b656bc216b70d14a9ba57c.zip
tk-b7987c124821dc0e85b656bc216b70d14a9ba57c.tar.gz
tk-b7987c124821dc0e85b656bc216b70d14a9ba57c.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 {