diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:56:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:56:52 (GMT) |
commit | 1468085ceb1552c3ff05b0d09c1f81f9b251c33f (patch) | |
tree | e2fdf45d17ae19f6766a4e9c468c6bb3c840926a /win/Makefile.in | |
parent | ead276c0000ccd74d54004a0ba0d5d9f9ad31a38 (diff) | |
download | tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.zip tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.tar.gz tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.tar.bz2 |
Update changes toward 8.6b3 release. Bump to http 2.8.3.
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 8a9359b..b2ce7c4 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -664,8 +664,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.8.2 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.2.tm; + @echo "Installing package http 2.8.3 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.3.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |