diff options
author | dgp <dgp@users.sourceforge.net> | 2021-06-18 17:37:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-06-18 17:37:05 (GMT) |
commit | a8606e7ce991094c3eb294342659e21532761b93 (patch) | |
tree | b07e5c947ee9613f5e9e2dac0d781beba7c1e448 /library | |
parent | 79b57974dc692ad554c9c4679d4b8dccb5eab963 (diff) | |
parent | a6a453f3b858089f9ffab17a781a8098f2ad7747 (diff) | |
download | tcl-a8606e7ce991094c3eb294342659e21532761b93.zip tcl-a8606e7ce991094c3eb294342659e21532761b93.tar.gz tcl-a8606e7ce991094c3eb294342659e21532761b93.tar.bz2 |
merge release
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 e30296e..1c92d4c 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -19,7 +19,7 @@ if {[info commands package] == ""} { error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]" } -package require -exact tcl 8.7a4 +package require -exact tcl 8.7a5 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |