diff options
| author | fvogel <fvogelnew1@free.fr> | 2017-09-20 11:10:35 (GMT) |
|---|---|---|
| committer | fvogel <fvogelnew1@free.fr> | 2017-09-20 11:10:35 (GMT) |
| commit | 19573d18fde3bb608bea8b31dc305cd6ce89d672 (patch) | |
| tree | 6a3815a0cda3d9049ae2f7102f42dc5bc440f620 /library | |
| parent | 82a277928b3b076a43036ae78cf6abc857158a8b (diff) | |
| parent | 47bcb0359373bad17cdf5676fb0c616c60c6e94e (diff) | |
| download | tk-revised_text.zip tk-revised_text.tar.gz tk-revised_text.tar.bz2 | |
Merge trunkrevised_text
Diffstat (limited to 'library')
| -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..657d676 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.7a2 # Create a ::tk namespace namespace eval ::tk { |
