diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-24 08:50:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-24 08:50:01 (GMT) |
commit | 92cd512f43453b09c541c6df6e4e1144b6b1cc31 (patch) | |
tree | 5ca1653fa1b05cc69d47580d677be9d0bf43acfd /library/tk.tcl | |
parent | 835fa2d511e335babf70b6d19e379ca71938bb2c (diff) | |
parent | 444279bbce9e737df9a61dc1d5c0f7deef817e42 (diff) | |
download | tk-92cd512f43453b09c541c6df6e4e1144b6b1cc31.zip tk-92cd512f43453b09c541c6df6e4e1144b6b1cc31.tar.gz tk-92cd512f43453b09c541c6df6e4e1144b6b1cc31.tar.bz2 |
Fix [c2d964e537]: tk.tcl file in glyph_indexing_2 branch is outdated
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 88ac47b..d8722cd 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.7a4 +package require -exact tk 8.7a6 # Create a ::tk namespace namespace eval ::tk { |