diff options
| author | dgp <dgp@users.sourceforge.net> | 2018-10-29 15:37:07 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2018-10-29 15:37:07 (GMT) |
| commit | f7dfeb706fb75bccd0aae6cd6119fccdfb6bd8d0 (patch) | |
| tree | adc5bd58d36d1e644901db91fda9cae4929e9168 /library/init.tcl | |
| parent | f338047c195aac7e3ac7bb3485da02b33fd868a2 (diff) | |
| parent | 78ef9a971b84f12fb89a8351cf5328961bee8088 (diff) | |
| download | tcl-f7dfeb706fb75bccd0aae6cd6119fccdfb6bd8d0.zip tcl-f7dfeb706fb75bccd0aae6cd6119fccdfb6bd8d0.tar.gz tcl-f7dfeb706fb75bccd0aae6cd6119fccdfb6bd8d0.tar.bz2 | |
merge 8.7
Diffstat (limited to 'library/init.tcl')
| -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 51339d0..1221e61 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -810,7 +810,7 @@ foreach {safe package version file} { 1 opt 0.4.7 {opt optparse.tcl} 0 platform 1.0.14 {platform platform.tcl} 0 platform::shell 1.1.4 {platform shell.tcl} - 1 tcltest 2.4.1 {tcltest tcltest.tcl} + 1 tcltest 2.5.0 {tcltest tcltest.tcl} } { if {$isafe && !$safe} continue package ifneeded $package $version [list source [file join $dir {*}$file]] |
