summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-01-22 12:13:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-01-22 12:13:17 (GMT)
commitb96fd52bcba33e8f663042cd073454aa954723a8 (patch)
treef8e7b570982f2b528ff94f6e3389ec228acc95c0 /library
parent7a28ca58d78656d8cac01cff71138f393cb52b5d (diff)
parent4aed2bc2cd16fef4ffe748ec35725686038a4fbb (diff)
downloadtcl-b96fd52bcba33e8f663042cd073454aa954723a8.zip
tcl-b96fd52bcba33e8f663042cd073454aa954723a8.tar.gz
tcl-b96fd52bcba33e8f663042cd073454aa954723a8.tar.bz2
merge from 8.5 main branch
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 e7224a2..f8ea55f 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.7
+package provide http 2.7.8
namespace eval http {
# Allow resourcing to not clobber existing data
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl
index 168d628..43b5571 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.7 [list tclPkgSetup $dir http 2.7.7 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
+package ifneeded http 2.7.8 [list tclPkgSetup $dir http 2.7.8 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]