summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-10-14 19:08:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-10-14 19:08:43 (GMT)
commit53786cb2e6076f626a6be76f42b581950e4ddc24 (patch)
tree549244ef380db2b45a6e602990203a8fc26ee6bd /library
parent31bab1c712c72533326e72b5c324a6c996d26a84 (diff)
downloadtk-53786cb2e6076f626a6be76f42b581950e4ddc24.zip
tk-53786cb2e6076f626a6be76f42b581950e4ddc24.tar.gz
tk-53786cb2e6076f626a6be76f42b581950e4ddc24.tar.bz2
Bump to Tk 8.6.3; update changes file
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 5f7a74e..b7d85c4 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.2
+package require -exact Tk 8.6.3
# Create a ::tk namespace
namespace eval ::tk {