diff options
Diffstat (limited to 'library/opt')
| -rw-r--r-- | library/opt/optparse.tcl | 2 | ||||
| -rw-r--r-- | library/opt/pkgIndex.tcl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/library/opt/optparse.tcl b/library/opt/optparse.tcl index 4b93a04..25ddbf7 100644 --- a/library/opt/optparse.tcl +++ b/library/opt/optparse.tcl @@ -11,7 +11,7 @@ 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.9 +package provide opt 0.5.0 namespace eval ::tcl { diff --git a/library/opt/pkgIndex.tcl b/library/opt/pkgIndex.tcl index aad00af..b51a140 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.5-]} {return} -package ifneeded opt 0.4.9 [list source -encoding utf-8 [file join $dir optparse.tcl]] +if {![package vsatisfies [package provide Tcl] 8.6-]} {return} +package ifneeded opt 0.5.0 [list source -encoding utf-8 [file join $dir optparse.tcl]] |
