diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-02-09 18:35:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-02-09 18:35:29 (GMT) |
commit | d7f728acf52567e2ac59bc736ce2c1d9f5b89f98 (patch) | |
tree | 8675a3051cd292cfd7365c9a2553082596e0689c /library | |
parent | 8132e24b6019dd64947f1c9c1f98ebc8b00711ab (diff) | |
parent | a7e6088fa7e9c98a695b90d23fc88661b512553b (diff) | |
download | tk-d7f728acf52567e2ac59bc736ce2c1d9f5b89f98.zip tk-d7f728acf52567e2ac59bc736ce2c1d9f5b89f98.tar.gz tk-d7f728acf52567e2ac59bc736ce2c1d9f5b89f98.tar.bz2 |
Merge trunk
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 fb078c8..bfaacef 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.7a3 +package require -exact Tk 8.7a4 # Create a ::tk namespace namespace eval ::tk { |