summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-16 14:31:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-16 14:31:35 (GMT)
commit1f0d3084df03748a35426a0bb0d25572e4bf21a7 (patch)
treef3340b7a3894f749135fb1b1f30e7600f73bc14b /library/tcltest/pkgIndex.tcl
parent1b6395d80bb9288f863f41120d7ae6715a68f080 (diff)
downloadtcl-1f0d3084df03748a35426a0bb0d25572e4bf21a7.zip
tcl-1f0d3084df03748a35426a0bb0d25572e4bf21a7.tar.gz
tcl-1f0d3084df03748a35426a0bb0d25572e4bf21a7.tar.bz2
* library/tcltest/tcltest.tcl (ProcessFlags): Corrected broken call
* library/tcltest/pkgIndex.tcl: to [lrange]. Bumped to version 2.2.4. [Bug 772333]
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r--library/tcltest/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl
index b91babd..2d9b07e 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.2.3 [list source [file join $dir tcltest.tcl]]
+package ifneeded tcltest 2.2.4 [list source [file join $dir tcltest.tcl]]