diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-02 12:45:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-02 12:45:47 (GMT) |
commit | 2ed49a3c8102564e96352e3b8cc77f234adcae6e (patch) | |
tree | ea826aa1cde31b2c40f9a10a29249157f82298b8 /unix | |
parent | 02769c476212b9eca784283d63eee3c3e28a3d76 (diff) | |
parent | ba52e2e1c7f3ffc066c415f6f224922e698bed00 (diff) | |
download | tcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.zip tcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.tar.gz tcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.tar.bz2 |
merge core-8-6-branch (http package version update)
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
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 \ |