summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-20 09:36:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-20 09:36:33 (GMT)
commit0f72e7de19985f400051e013c40f53c98d2af9d6 (patch)
treef5ee69b1b715102d45eb84c4d179c683b36e6a01 /library
parent2eb7e13512a335fe845d094ecafd48215ed0f803 (diff)
downloadtcl-0f72e7de19985f400051e013c40f53c98d2af9d6.zip
tcl-0f72e7de19985f400051e013c40f53c98d2af9d6.tar.gz
tcl-0f72e7de19985f400051e013c40f53c98d2af9d6.tar.bz2
bump http version to 2.9.8
Diffstat (limited to 'library')
-rw-r--r--library/http/http.tcl2
-rw-r--r--library/http/pkgIndex.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl
index cae7e6e..5a09bb8 100644
--- a/library/http/http.tcl
+++ b/library/http/http.tcl
@@ -11,7 +11,7 @@
package require Tcl 8.6-
# Keep this in sync with pkgIndex.tcl and with the install directories in
# Makefiles
-package provide http 2.9.7
+package provide http 2.9.8
namespace eval http {
# Allow resourcing to not clobber existing data
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl
index e12cf84..bb742fd 100644
--- a/library/http/pkgIndex.tcl
+++ b/library/http/pkgIndex.tcl
@@ -1,2 +1,2 @@
if {![package vsatisfies [package provide Tcl] 8.6-]} {return}
-package ifneeded http 2.9.7 [list tclPkgSetup $dir http 2.9.7 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
+package ifneeded http 2.9.8 [list tclPkgSetup $dir http 2.9.8 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]