diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-08 20:43:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-08 20:43:49 (GMT) |
commit | 1aa8e03a631b9af272dfc0de22e773bf95d37e72 (patch) | |
tree | 25a256cda4eff0b517d65bcf376f3c5f7a86af40 /library/tcltest/pkgIndex.tcl | |
parent | 284a565718399779d86f434a058a3d2880270e8f (diff) | |
download | tcl-1aa8e03a631b9af272dfc0de22e773bf95d37e72.zip tcl-1aa8e03a631b9af272dfc0de22e773bf95d37e72.tar.gz tcl-1aa8e03a631b9af272dfc0de22e773bf95d37e72.tar.bz2 |
* doc/tcltest.n: Fixed incompatibility in [viewFile].
* library/tcltest/tcltest.tcl: Corrected docs. Bumped to 2.2.1.
* library/tcltest/pkgIndex.tcl: [Bug 578163]
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r-- | library/tcltest/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index 1ffbceb..b5a53ac 100644 --- a/library/tcltest/pkgIndex.tcl +++ b/library/tcltest/pkgIndex.tcl @@ -9,4 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.3]} {return} -package ifneeded tcltest 2.1 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.1.1 [list source [file join $dir tcltest.tcl]] |