summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-10-29 15:37:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-10-29 15:37:07 (GMT)
commitf7dfeb706fb75bccd0aae6cd6119fccdfb6bd8d0 (patch)
treeadc5bd58d36d1e644901db91fda9cae4929e9168 /library/init.tcl
parentf338047c195aac7e3ac7bb3485da02b33fd868a2 (diff)
parent78ef9a971b84f12fb89a8351cf5328961bee8088 (diff)
downloadtcl-f7dfeb706fb75bccd0aae6cd6119fccdfb6bd8d0.zip
tcl-f7dfeb706fb75bccd0aae6cd6119fccdfb6bd8d0.tar.gz
tcl-f7dfeb706fb75bccd0aae6cd6119fccdfb6bd8d0.tar.bz2
merge 8.7
Diffstat (limited to 'library/init.tcl')
-rw-r--r--library/init.tcl2
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]]