diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 12:16:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 12:16:20 (GMT) |
commit | 4c72523145189602c33c3e0d08e1b716fef1a34f (patch) | |
tree | 8b67722a0a4ef026ef26c656c3918b9ba8a6756b /library/http/http.tcl | |
parent | 7f4cefb36eb47ec5c99d0becec44ed9de9760b5a (diff) | |
parent | 7dba68fe7673195fb44cfb6dd3f774cab411b18f (diff) | |
download | tcl-4c72523145189602c33c3e0d08e1b716fef1a34f.zip tcl-4c72523145189602c33c3e0d08e1b716fef1a34f.tar.gz tcl-4c72523145189602c33c3e0d08e1b716fef1a34f.tar.bz2 |
Merge 8.7
Diffstat (limited to 'library/http/http.tcl')
-rw-r--r-- | library/http/http.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index 26893fb..1cf24b5 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.10b1 +package provide http 2.10b2 namespace eval http { # Allow resourcing to not clobber existing data |