diff options
author | dgp <dgp@noemail.net> | 2006-03-07 19:07:22 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2006-03-07 19:07:22 (GMT) |
commit | 6553a6f333e6723eea10dde408d5c5b52723056f (patch) | |
tree | e788cf7a6398d7fe5f2acf820678a268e8035078 /win/Makefile.in | |
parent | 04cd7a79a8d7464a4afce6a1c8d09e54c7f778c0 (diff) | |
download | tcl-6553a6f333e6723eea10dde408d5c5b52723056f.zip tcl-6553a6f333e6723eea10dde408d5c5b52723056f.tar.gz tcl-6553a6f333e6723eea10dde408d5c5b52723056f.tar.bz2 |
* library/http/http.tcl: Bump to version 2.5.3 to cover bug fix
* library/http/pkgIndex.tcl: in URL parsing. [Bug 1358369]
* unix/Makefile.in:
* win/Makefile.in:
FossilOrigin-Name: d44c644871b82ef66a5e40cc94f54e7d64b00a29
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 20c5ac9..f91a027 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.96 2005/12/27 17:39:02 kennykb Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.97 2006/03/07 19:07:23 dgp Exp $ VERSION = @TCL_VERSION@ @@ -644,8 +644,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.5.2 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.2/http-2.5.2.tm; + @echo "Installing package http 2.5.3 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.2/http-2.5.3.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |