diff options
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r-- | library/tcltest/pkgIndex.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index 80991ab..a5c8778 100644 --- a/library/tcltest/pkgIndex.tcl +++ b/library/tcltest/pkgIndex.tcl @@ -9,5 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.5]} {return} -if {![package vsatisfies [package provide Tcl] 8.3]} {return} -package ifneeded tcltest 2.3a1 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.3b1 [list source [file join $dir tcltest.tcl]] |