diff options
author | dgp <dgp@users.sourceforge.net> | 2017-08-10 14:37:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-08-10 14:37:15 (GMT) |
commit | f0c6e901bffa26a78636575970508388707176ad (patch) | |
tree | a9bb3532a6e05068de91e1b4cc41d12a25dd745a /library/tk.tcl | |
parent | f7f05948bae19a06ab71237d0b1c73fd3e893a2a (diff) | |
download | tk-f0c6e901bffa26a78636575970508388707176ad.zip tk-f0c6e901bffa26a78636575970508388707176ad.tar.gz tk-f0c6e901bffa26a78636575970508388707176ad.tar.bz2 |
Release candidate branch for Tk 8.7a1.
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 2 |
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 { |