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 | fba10e86152fd2c3599b2836ee42a82e7501260a (patch) | |
| tree | ea826aa1cde31b2c40f9a10a29249157f82298b8 /unix | |
| parent | 95b511bac232353ead176676fc2b90c9ba973836 (diff) | |
| parent | 1f0c1b800daa627593a6981822d4f0295116366d (diff) | |
| download | tcl-fba10e86152fd2c3599b2836ee42a82e7501260a.zip tcl-fba10e86152fd2c3599b2836ee42a82e7501260a.tar.gz tcl-fba10e86152fd2c3599b2836ee42a82e7501260a.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 \ |
