diff options
author | dgp <dgp@users.sourceforge.net> | 2011-06-21 17:04:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-06-21 17:04:06 (GMT) |
commit | c7900c10851d47a90a6107dfb79c9aa77f3655d2 (patch) | |
tree | c3993f95dfb68352d9e8e149f99267c8f0cc8151 /library/tcltest/pkgIndex.tcl | |
parent | 22ca5ec523a49ed377e9b660296b6fada9584cec (diff) | |
parent | 97a44d320d35cebb0ed167cd420005f24a5c4dff (diff) | |
download | tcl-c7900c10851d47a90a6107dfb79c9aa77f3655d2.zip tcl-c7900c10851d47a90a6107dfb79c9aa77f3655d2.tar.gz tcl-c7900c10851d47a90a6107dfb79c9aa77f3655d2.tar.bz2 |
merge to RC
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 fe80272..2eb43a6 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.5]} {return} -package ifneeded tcltest 2.3.2 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.3.3 [list source [file join $dir tcltest.tcl]] |