diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-02 12:41:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-02 12:41:04 (GMT) |
commit | a7e97de50ac5b10d761ec5b544a8f7c7ae47f213 (patch) | |
tree | bd70ace8343d3adc102dcbde932b5ff03e701801 /library/http/pkgIndex.tcl | |
parent | bbfc83c86f356a5424920f2cd4e68b6964b53637 (diff) | |
download | tcl-a7e97de50ac5b10d761ec5b544a8f7c7ae47f213.zip tcl-a7e97de50ac5b10d761ec5b544a8f7c7ae47f213.tar.gz tcl-a7e97de50ac5b10d761ec5b544a8f7c7ae47f213.tar.bz2 |
Update http version number to 2.7.14, due to [838e99a76d]
Diffstat (limited to 'library/http/pkgIndex.tcl')
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index be8b883..3de8e25 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,4 +1,4 @@ # Tcl package index file, version 1.1 if {![package vsatisfies [package provide Tcl] 8.4]} {return} -package ifneeded http 2.7.13 [list tclPkgSetup $dir http 2.7.13 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.7.14 [list tclPkgSetup $dir http 2.7.14 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |