summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-08-10 14:37:15 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-08-10 14:37:15 (GMT)
commit6ea197849a9bf5c3fd6b891bf20a8a3a4a4cad5a (patch)
treea9bb3532a6e05068de91e1b4cc41d12a25dd745a /library
parent864bf081eace87a71efef204dbd093ef9ef3623d (diff)
downloadtk-6ea197849a9bf5c3fd6b891bf20a8a3a4a4cad5a.zip
tk-6ea197849a9bf5c3fd6b891bf20a8a3a4a4cad5a.tar.gz
tk-6ea197849a9bf5c3fd6b891bf20a8a3a4a4cad5a.tar.bz2
Release candidate branch for Tk 8.7a1.
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 d66ac56..7929635 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.7a0
+package require -exact Tk 8.7a1
# Create a ::tk namespace
namespace eval ::tk {