diff options
author | dgp <dgp@users.sourceforge.net> | 2002-03-11 21:50:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-03-11 21:50:32 (GMT) |
commit | 68e9f1f47a7745908cadf11a548143b3cb3d044a (patch) | |
tree | 0971e0a282fd2f3301b21b174ed47d68b8e5fb35 /library/tcltest/pkgIndex.tcl | |
parent | 09e7f66cd8018342199fc203e82adc59c902efa3 (diff) | |
download | tcl-68e9f1f47a7745908cadf11a548143b3cb3d044a.zip tcl-68e9f1f47a7745908cadf11a548143b3cb3d044a.tar.gz tcl-68e9f1f47a7745908cadf11a548143b3cb3d044a.tar.bz2 |
* Bumped tcltest to 2.0.2
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 43e4656..db46a52 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.0.1 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.0.2 [list source [file join $dir tcltest.tcl]] |