diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-10-27 08:32:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-10-27 08:32:38 (GMT) |
commit | 03ed211908f92573618b54bcd46c162367b1d13d (patch) | |
tree | fef844d0c1b2f406a9b51dd91e5f45bba8b86d1a /win | |
parent | ab8249dfc3c847de69ae379bb7849bdb7346db40 (diff) | |
parent | 2fb0507a00743b52c4e5d679639bfb6cbc8b69b6 (diff) | |
download | tcl-03ed211908f92573618b54bcd46c162367b1d13d.zip tcl-03ed211908f92573618b54bcd46c162367b1d13d.tar.gz tcl-03ed211908f92573618b54bcd46c162367b1d13d.tar.bz2 |
merge trunk
Diffstat (limited to 'win')
-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 f71a0ed..bc1205a 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -641,8 +641,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.8.7 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.7.tm; + @echo "Installing package http 2.8.8 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.8.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |