summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-02-03 18:49:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-02-03 18:49:13 (GMT)
commit43a088efac279c73beb59101d02601958875ccbc (patch)
treef7096f8ba1c5b01dd3969d6fd2ee91d8be219d0e /library/tcltest/pkgIndex.tcl
parente9d41aed5e14535c3df8a908df831cc5aec2e824 (diff)
downloadtcl-43a088efac279c73beb59101d02601958875ccbc.zip
tcl-43a088efac279c73beb59101d02601958875ccbc.tar.gz
tcl-43a088efac279c73beb59101d02601958875ccbc.tar.bz2
* library/tcltest/tcltest.tcl: Corrected parsing of single
command line argument (option with missing value) [Bug 833910] * library/tcltest/pkgIndex.tcl: Bump to version 2.2.5.
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 2d9b07e..5ddc69c 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.4 [list source [file join $dir tcltest.tcl]]
+package ifneeded tcltest 2.2.5 [list source [file join $dir tcltest.tcl]]