summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-11-22 16:45:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-11-22 16:45:11 (GMT)
commit49bd038a24d67579ebb849395f7d02dd1d83198e (patch)
treebd5625dd2e6e56b134b545aeb8363f9a2c714ae7 /library
parentdb72a5fae465ad42ecec38478453a70cb8817215 (diff)
parentdab8eb4558ae5ea13f4cb684df1ade5910012483 (diff)
downloadtk-49bd038a24d67579ebb849395f7d02dd1d83198e.zip
tk-49bd038a24d67579ebb849395f7d02dd1d83198e.tar.gz
tk-49bd038a24d67579ebb849395f7d02dd1d83198e.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 60107cf..87e0586 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -11,7 +11,7 @@
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.6.9
+package require -exact Tk 8.6.10
# Create a ::tk namespace
namespace eval ::tk {