diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-06 10:00:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-06 10:00:11 (GMT) |
commit | b6dd12afbaf6a4a2e2902cbd1beb8f19f40f2d00 (patch) | |
tree | 810ebd6ec6b2e3efc8d94237e7f4585e2402488a /library | |
parent | 41ac9b75c0a75e686c0d57390e4699dfd5136292 (diff) | |
download | tk-b6dd12afbaf6a4a2e2902cbd1beb8f19f40f2d00.zip tk-b6dd12afbaf6a4a2e2902cbd1beb8f19f40f2d00.tar.gz tk-b6dd12afbaf6a4a2e2902cbd1beb8f19f40f2d00.tar.bz2 |
a6 -> b1, as preparation for possible release (one day, hopefully)
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 a9db88c..27fa1de 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.7a6 +package require -exact tk 8.7b1 # Create a ::tk namespace namespace eval ::tk { |