diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-30 21:31:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-30 21:31:49 (GMT) |
commit | 0cb06ba3ca91720b5c8c315c092e093f74b0effb (patch) | |
tree | 7340f13fe9e54cea32e62838f3197d019e3cf408 /win/Makefile.in | |
parent | 532db685f46a4eddb7e5de3843e2e610e5b8d47b (diff) | |
parent | 3b621e98a7961f0e76c85c64d11a24c1d8c68a34 (diff) | |
download | tcl-0cb06ba3ca91720b5c8c315c092e093f74b0effb.zip tcl-0cb06ba3ca91720b5c8c315c092e093f74b0effb.tar.gz tcl-0cb06ba3ca91720b5c8c315c092e093f74b0effb.tar.bz2 |
Merge 8.7
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 ef0fe35..79d9a8f 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -875,8 +875,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \ done; - @echo "Installing package http 2.9.3 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/9.0/http-2.9.3.tm"; + @echo "Installing package http 2.9.5 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/9.0/http-2.9.5.tm"; @echo "Installing package opt 0.4.7"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |