summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2018-05-29 17:58:53 (GMT)
committersebres <sebres@users.sourceforge.net>2018-05-29 17:58:53 (GMT)
commit83a8197fe9d38bd55cb7ee1d5dfd4ea2b8415c93 (patch)
tree24752b41caa67f4f7176f5482c1921f3c6943eab /win/Makefile.in
parent153e32d613b99001ad5c711314c0702372d1d273 (diff)
parenta2ce3dab9b2939f21c06358081d0977ec937e106 (diff)
downloadtcl-83a8197fe9d38bd55cb7ee1d5dfd4ea2b8415c93.zip
tcl-83a8197fe9d38bd55cb7ee1d5dfd4ea2b8415c93.tar.gz
tcl-83a8197fe9d38bd55cb7ee1d5dfd4ea2b8415c93.tar.bz2
back-porting of tclclockmod done, merge current 8.6
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 0239495..e441829 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -653,8 +653,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
- @echo "Installing package http 2.8.12 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.12.tm;
+ @echo "Installing package http 2.8.13 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.13.tm;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \