diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-06 21:09:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-06 21:09:17 (GMT) |
commit | 63dbcbbd884c7c69c4212ece1a54ea60eadf819c (patch) | |
tree | 71d668f5e406983bb404590bbd9908876bf6e97c /win | |
parent | 96235c311df74075d131a257a643f8a1e936b0a8 (diff) | |
parent | 4d73199fb21e569752b34938e8155e9e6669538c (diff) | |
download | tcl-63dbcbbd884c7c69c4212ece1a54ea60eadf819c.zip tcl-63dbcbbd884c7c69c4212ece1a54ea60eadf819c.tar.gz tcl-63dbcbbd884c7c69c4212ece1a54ea60eadf819c.tar.bz2 |
Don't depend on Spencer-specific regexp syntax (/u and /U) any more.
Bump http package to 2.8.6.
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 8cfb68c..39d34dd 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -634,8 +634,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.8.5 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.5.tm; + @echo "Installing package http 2.8.6 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.6.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |