diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-02 12:44:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-02 12:44:32 (GMT) |
commit | 1f0c1b800daa627593a6981822d4f0295116366d (patch) | |
tree | cbabee17ea09d77cff3e035ef916c5a3a5c16dc0 /library | |
parent | cd428c1a448edb198b98051f394562bf8f2dc9b5 (diff) | |
parent | a7e97de50ac5b10d761ec5b544a8f7c7ae47f213 (diff) | |
download | tcl-1f0c1b800daa627593a6981822d4f0295116366d.zip tcl-1f0c1b800daa627593a6981822d4f0295116366d.tar.gz tcl-1f0c1b800daa627593a6981822d4f0295116366d.tar.bz2 |
Update http version number to 2.8.10, due to [838e99a76d]
Diffstat (limited to 'library')
-rw-r--r-- | library/http/http.tcl | 4 | ||||
-rw-r--r-- | library/http/pkgIndex.tcl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index dfd6996..d105886 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -8,10 +8,10 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require Tcl 8.6 +package require Tcl 8.6- # Keep this in sync with pkgIndex.tcl and with the install directories in # Makefiles -package provide http 2.8.9 +package provide http 2.8.10 namespace eval http { # Allow resourcing to not clobber existing data diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index 6e0301a..841b4eb 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.8.9 [list tclPkgSetup $dir http 2.8.9 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +if {![package vsatisfies [package provide Tcl] 8.6-]} {return} +package ifneeded http 2.8.10 [list tclPkgSetup $dir http 2.8.10 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |