diff options
author | dgp <dgp@users.sourceforge.net> | 2022-06-06 16:51:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-06-06 16:51:53 (GMT) |
commit | 76b5ac4e0d16541932a4c5fec80f37a22b55cf32 (patch) | |
tree | 772d6250d1d5b063417432e537e9a639a0f3c07d /library/tk.tcl | |
parent | 9f026c1d4be7846c9320926552b3735396e0350d (diff) | |
download | tk-76b5ac4e0d16541932a4c5fec80f37a22b55cf32.zip tk-76b5ac4e0d16541932a4c5fec80f37a22b55cf32.tar.gz tk-76b5ac4e0d16541932a4c5fec80f37a22b55cf32.tar.bz2 |
Bump to 8.6.13 for release
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 5bb3be7..d7d7211 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.12 +package require -exact Tk 8.6.13 # Create a ::tk namespace namespace eval ::tk { |