diff options
author | dgp <dgp@users.sourceforge.net> | 2017-11-06 00:17:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-11-06 00:17:03 (GMT) |
commit | 0857be14b0ef2375316b237c23ba09f58b9f475b (patch) | |
tree | 8938afbece84fd437ba2d3f5ea150ca066b42091 /library | |
parent | da21a9b0d8987db001b5d000f5c458ffa36f5cb5 (diff) | |
parent | b3622f069ba8f011317af39ec2e4bc8b5c5e4683 (diff) | |
download | tcl-0857be14b0ef2375316b237c23ba09f58b9f475b.zip tcl-0857be14b0ef2375316b237c23ba09f58b9f475b.tar.gz tcl-0857be14b0ef2375316b237c23ba09f58b9f475b.tar.bz2 |
merge 8.7
Diffstat (limited to 'library')
-rw-r--r-- | library/opt/optparse.tcl | 2 | ||||
-rw-r--r-- | library/opt/pkgIndex.tcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/opt/optparse.tcl b/library/opt/optparse.tcl index e5ce052..c8946fd 100644 --- a/library/opt/optparse.tcl +++ b/library/opt/optparse.tcl @@ -8,7 +8,7 @@ # on it. If your code does rely on this package you # may directly incorporate this code into your application. -package require Tcl 8.2- +package require Tcl 8.5- # When this version number changes, update the pkgIndex.tcl file # and the install directory in the Makefiles. package provide opt 0.4.7 diff --git a/library/opt/pkgIndex.tcl b/library/opt/pkgIndex.tcl index d6ecdd6..daf9aa9 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.2-]} {return} +if {![package vsatisfies [package provide Tcl] 8.5-]} {return} package ifneeded opt 0.4.7 [list source [file join $dir optparse.tcl]] |