summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2018-10-22 20:27:03 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2018-10-22 20:27:03 (GMT)
commit5b1614f31a3c2c510c726089b6ca499cfb792e72 (patch)
treeb6582cb127888e854c6cca4bc58e29ff51b0577f /library/init.tcl
parent8c05c20df453400c69cdcddd621fd9fc7e692e73 (diff)
downloadtcl-5b1614f31a3c2c510c726089b6ca499cfb792e72.zip
tcl-5b1614f31a3c2c510c726089b6ca499cfb792e72.tar.gz
tcl-5b1614f31a3c2c510c726089b6ca499cfb792e72.tar.bz2
Documentation and revision bump for tip 522
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]]