diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-17 09:27:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-17 09:27:44 (GMT) |
commit | bc10bf6d03a6c8685c64e36a6095e289e2b1ef33 (patch) | |
tree | d560f690b9bdd6294623904e6273d37b937a872e /library/manifest.txt | |
parent | 32975bd346263a3ab1f6bcf46adadfdddd3ffe03 (diff) | |
parent | e14285c3a1d7dd2d7407fda5a5c841ccb5cae488 (diff) | |
download | tcl-bc10bf6d03a6c8685c64e36a6095e289e2b1ef33.zip tcl-bc10bf6d03a6c8685c64e36a6095e289e2b1ef33.tar.gz tcl-bc10bf6d03a6c8685c64e36a6095e289e2b1ef33.tar.bz2 |
Change version number of http package from 2.9.5 -> 2.10.0a1, since it's different from the 2.9.5 version in Tcl 8.6.x.
Use "$idx >= 0" check in stead of "$idx > -1" everywhere.
Diffstat (limited to 'library/manifest.txt')
-rw-r--r-- | library/manifest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/manifest.txt b/library/manifest.txt index c9cbe5b..51da565 100644 --- a/library/manifest.txt +++ b/library/manifest.txt @@ -5,7 +5,7 @@ apply {{dir} { set ::test [info script] set isafe [interp issafe] foreach {safe package version file} { - 0 http 2.9.5 {http http.tcl} + 0 http 2.10.0a1 {http http.tcl} 1 msgcat 1.7.1 {msgcat msgcat.tcl} 1 opt 0.4.8 {opt optparse.tcl} 0 cookiejar 0.2.0 {cookiejar cookiejar.tcl} |