summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-02 12:45:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-02 12:45:47 (GMT)
commit2ed49a3c8102564e96352e3b8cc77f234adcae6e (patch)
treeea826aa1cde31b2c40f9a10a29249157f82298b8 /unix/Makefile.in
parent02769c476212b9eca784283d63eee3c3e28a3d76 (diff)
parentba52e2e1c7f3ffc066c415f6f224922e698bed00 (diff)
downloadtcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.zip
tcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.tar.gz
tcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.tar.bz2
merge core-8-6-branch (http package version update)
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index eb083e0..628c6e9 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -840,8 +840,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
done;
- @echo "Installing package http 2.8.9 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.9.tm;
+ @echo "Installing package http 2.8.10 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.10.tm;
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \