diff options
author | sebres <sebres@users.sourceforge.net> | 2018-05-29 17:58:53 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2018-05-29 17:58:53 (GMT) |
commit | 83a8197fe9d38bd55cb7ee1d5dfd4ea2b8415c93 (patch) | |
tree | 24752b41caa67f4f7176f5482c1921f3c6943eab /win/Makefile.in | |
parent | 153e32d613b99001ad5c711314c0702372d1d273 (diff) | |
parent | a2ce3dab9b2939f21c06358081d0977ec937e106 (diff) | |
download | tcl-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.in | 4 |
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 \ |