diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-06 10:04:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-06 10:04:47 (GMT) |
commit | 4e9e174615461674efe0911aaa648524d2f6584e (patch) | |
tree | 6e44e7898c2df6bde883cd6058e417e156d26e86 /library | |
parent | 6a8794f0aa0172d329081225303d846a4107524e (diff) | |
download | tcl-4e9e174615461674efe0911aaa648524d2f6584e.zip tcl-4e9e174615461674efe0911aaa648524d2f6584e.tar.gz tcl-4e9e174615461674efe0911aaa648524d2f6584e.tar.bz2 |
a6 -> b1, as preparation for possible release (hopefully, one day)
Diffstat (limited to 'library')
-rw-r--r-- | library/init.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl index 6ef0ac1..09c3418 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -15,7 +15,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -package require -exact tcl 8.7a6 +package require -exact tcl 8.7b1 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |