diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-05-20 20:14:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-05-20 20:14:49 (GMT) |
commit | f8d4b5b0eec7442eb2bba4479d53908b422dabb8 (patch) | |
tree | 99093bb170094df080470e50aeb8f4a12457b890 /library/tk.tcl | |
parent | c66cacb2cb68207e558a41332739dbd38e782e34 (diff) | |
download | tk-f8d4b5b0eec7442eb2bba4479d53908b422dabb8.zip tk-f8d4b5b0eec7442eb2bba4479d53908b422dabb8.tar.gz tk-f8d4b5b0eec7442eb2bba4479d53908b422dabb8.tar.bz2 |
b2 -> b3, as preparation for next 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 b15b8c6..390ca69 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 9.0b2 +package require -exact tk 9.0b3 # Create a ::tk namespace namespace eval ::tk { |