diff options
author | griffin <briang42@easystreet.net> | 2024-01-16 01:09:40 (GMT) |
---|---|---|
committer | griffin <briang42@easystreet.net> | 2024-01-16 01:09:40 (GMT) |
commit | 2e12b1e6a072424ee9ca8eda50fb9a532eb697be (patch) | |
tree | 17147950338875ac1b49c493375f3dc0bf48b480 /library | |
parent | 667a7fcf4a5f46490e8edf074b9c3fbb25b42215 (diff) | |
download | tk-2e12b1e6a072424ee9ca8eda50fb9a532eb697be.zip tk-2e12b1e6a072424ee9ca8eda50fb9a532eb697be.tar.gz tk-2e12b1e6a072424ee9ca8eda50fb9a532eb697be.tar.bz2 |
Bump to 8.6.14 for release
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 98d643c..7a7c29e 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.6.13 +package require -exact Tk 8.6.14 # Create a ::tk namespace namespace eval ::tk { |