diff options
author | max <max@tclers.tk> | 2013-04-04 14:52:54 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2013-04-04 14:52:54 (GMT) |
commit | 663bb7043a7ab0647b1bb58500e0e5fbd2015709 (patch) | |
tree | fb0eb3b2ef349bafdd85a57a286de26c42a36a6e /library | |
parent | 91b943a9a0a7d05e20c4b4dd02af0f86e7db48b7 (diff) | |
download | tcl-663bb7043a7ab0647b1bb58500e0e5fbd2015709.zip tcl-663bb7043a7ab0647b1bb58500e0e5fbd2015709.tar.gz tcl-663bb7043a7ab0647b1bb58500e0e5fbd2015709.tar.bz2 |
Bump http to 2.8.7
Diffstat (limited to 'library')
-rw-r--r-- | library/http/http.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index 57f665a..3754f71 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.8.6 +package provide http 2.8.7 namespace eval http { # Allow resourcing to not clobber existing data |