diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-16 09:37:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-16 09:37:42 (GMT) |
commit | c432e303c0b17ee4dde9a3ec3bc1e04c381b32e3 (patch) | |
tree | def88830870884cd7cd66c04ee385ad3dfdbd969 /library/http | |
parent | bc7b50deb01ade74b10ba048ed869537d7d8b1d1 (diff) | |
download | tcl-c432e303c0b17ee4dde9a3ec3bc1e04c381b32e3.zip tcl-c432e303c0b17ee4dde9a3ec3bc1e04c381b32e3.tar.gz tcl-c432e303c0b17ee4dde9a3ec3bc1e04c381b32e3.tar.bz2 |
http 2.10a4 -> 2.10b1, for upcoming release
Diffstat (limited to 'library/http')
-rw-r--r-- | library/http/http.tcl | 2 | ||||
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index a1d4a2b..1f476f3 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.10a4 +package provide http 2.10b1 namespace eval http { # Allow resourcing to not clobber existing data diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index 5437859..8977ef3 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.10a4 [list tclPkgSetup $dir http 2.10a4 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.10b1 [list tclPkgSetup $dir http 2.10b1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |