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 | 39bf6f7c801c908cc4fff7f87e191d13f14937df (patch) | |
tree | bd70ace8343d3adc102dcbde932b5ff03e701801 /library | |
parent | e0d5715972ba45f8d23f0349033503b2195b1664 (diff) | |
download | tcl-39bf6f7c801c908cc4fff7f87e191d13f14937df.zip tcl-39bf6f7c801c908cc4fff7f87e191d13f14937df.tar.gz tcl-39bf6f7c801c908cc4fff7f87e191d13f14937df.tar.bz2 |
Update http version number to 2.7.14, due to [838e99a76d]
Diffstat (limited to 'library')
-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 2975f82..7aaa669 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -11,7 +11,7 @@ package require Tcl 8.4 # Keep this in sync with pkgIndex.tcl and with the install directories in # Makefiles -package provide http 2.7.13 +package provide http 2.7.14 namespace eval http { # Allow resourcing to not clobber existing data 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}}}] |