summaryrefslogtreecommitdiffstats
path: root/library/opt/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/opt/pkgIndex.tcl')
-rw-r--r--library/opt/pkgIndex.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/opt/pkgIndex.tcl b/library/opt/pkgIndex.tcl
index 252cab5..c5d3635 100644
--- a/library/opt/pkgIndex.tcl
+++ b/library/opt/pkgIndex.tcl
@@ -8,5 +8,5 @@
# script is sourced, the variable $dir must contain the
# full path name of this file's directory.
-if {![package vsatisfies [package provide Tcl] 8]} {return}
-package ifneeded opt 0.4.4 [list source [file join $dir optparse.tcl]]
+if {![package vsatisfies [package provide Tcl] 8.2]} {return}
+package ifneeded opt 0.4.5 [list source [file join $dir optparse.tcl]]