diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-18 20:33:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-18 20:33:53 (GMT) |
commit | c53c54cec414ce179376da39c8fa89d76c049ed4 (patch) | |
tree | 2fee5fde203c0df42689e4bd19fa7ce4100ce133 /win/Makefile.in | |
parent | 12a22416413a587980cbb7d9c9bc361db5f3e419 (diff) | |
parent | cf11c42355fc78221b56e9dcb55ceff3b845b690 (diff) | |
download | tcl-c53c54cec414ce179376da39c8fa89d76c049ed4.zip tcl-c53c54cec414ce179376da39c8fa89d76c049ed4.tar.gz tcl-c53c54cec414ce179376da39c8fa89d76c049ed4.tar.bz2 |
Fix [13657a2dc3]: application/json is not a binary payload for http. http 2.9.0 -> 2.9.1
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index d7b4142..d24575f 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -705,8 +705,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.9.0 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.9.0.tm; + @echo "Installing package http 2.9.1 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.9.1.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |