diff options
author | pspjuth <peter.spjuth@gmail.com> | 2018-10-22 20:27:03 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2018-10-22 20:27:03 (GMT) |
commit | 5b1614f31a3c2c510c726089b6ca499cfb792e72 (patch) | |
tree | b6582cb127888e854c6cca4bc58e29ff51b0577f /library/init.tcl | |
parent | 8c05c20df453400c69cdcddd621fd9fc7e692e73 (diff) | |
download | tcl-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.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]] |