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 | a36cf88eaacec52fb0981030bf29bbcb7109e08a (patch) | |
tree | cbabee17ea09d77cff3e035ef916c5a3a5c16dc0 /library/http/http.tcl | |
parent | 39f7b2667d7c041600e3fc41f318a1927dc41eb8 (diff) | |
parent | 537c514d95456934049189eb2feb050ab5b77336 (diff) | |
download | tcl-a36cf88eaacec52fb0981030bf29bbcb7109e08a.zip tcl-a36cf88eaacec52fb0981030bf29bbcb7109e08a.tar.gz tcl-a36cf88eaacec52fb0981030bf29bbcb7109e08a.tar.bz2 |
Update http version number to 2.8.10, due to [838e99a76d]
Diffstat (limited to 'library/http/http.tcl')
-rw-r--r-- | library/http/http.tcl | 4 |
1 files changed, 2 insertions, 2 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 |