diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-20 09:36:33 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-20 09:36:33 (GMT) |
| commit | 0f72e7de19985f400051e013c40f53c98d2af9d6 (patch) | |
| tree | f5ee69b1b715102d45eb84c4d179c683b36e6a01 /unix | |
| parent | 2eb7e13512a335fe845d094ecafd48215ed0f803 (diff) | |
| download | tcl-0f72e7de19985f400051e013c40f53c98d2af9d6.zip tcl-0f72e7de19985f400051e013c40f53c98d2af9d6.tar.gz tcl-0f72e7de19985f400051e013c40f53c98d2af9d6.tar.bz2 | |
bump http version to 2.9.8
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index de7f25b..23383cd 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -950,9 +950,9 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done - @echo "Installing package http 2.9.7 as a Tcl Module"; + @echo "Installing package http 2.9.8 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl \ - "$(MODULE_INSTALL_DIR)/8.6/http-2.9.7.tm" + "$(MODULE_INSTALL_DIR)/8.6/http-2.9.8.tm" @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/" @for i in $(TOP_DIR)/library/opt/*.tcl; do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ |
