diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/manifest.txt | 2 | ||||
| -rw-r--r-- | library/opt/optparse.tcl | 2 | ||||
| -rw-r--r-- | library/opt/pkgIndex.tcl | 4 | ||||
| -rw-r--r-- | library/safe.tcl | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/library/manifest.txt b/library/manifest.txt index 9681af4..db1b453 100644 --- a/library/manifest.txt +++ b/library/manifest.txt @@ -6,7 +6,7 @@ apply {{dir} { foreach {safe package version file} { 0 http 2.10.1 {http http.tcl} 1 msgcat 1.7.1 {msgcat msgcat.tcl} - 1 opt 0.4.9 {opt optparse.tcl} + 1 opt 0.5.0 {opt optparse.tcl} 0 cookiejar 0.2.0 {cookiejar cookiejar.tcl} 0 tcl::idna 1.0.1 {cookiejar idna.tcl} 0 platform 1.1.0 {platform platform.tcl} 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]] diff --git a/library/safe.tcl b/library/safe.tcl index 45ee73c..5e9620f 100644 --- a/library/safe.tcl +++ b/library/safe.tcl @@ -20,7 +20,7 @@ # # Needed utilities package -package require opt 0.4.9 +package require opt 0.5.0 # Create the safe namespace namespace eval ::safe { |
