diff options
author | dgp <dgp@users.sourceforge.net> | 2001-09-07 02:43:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-09-07 02:43:11 (GMT) |
commit | 25432c6f43048ae1d85596b8b408e44a351aacd3 (patch) | |
tree | f3ce5fd4c8e51e75e00b619e21d0befee78c47d8 /tools | |
parent | 312d83efa8996c6b208e6764a9cd4d46e4405241 (diff) | |
download | tcl-25432c6f43048ae1d85596b8b408e44a351aacd3.zip tcl-25432c6f43048ae1d85596b8b408e44a351aacd3.tar.gz tcl-25432c6f43048ae1d85596b8b408e44a351aacd3.tar.bz2 |
* Updated http package to version 2.4,
reflecting the new features just added.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcl.wse.in | 4 | ||||
-rw-r--r-- | tools/tclmin.wse | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index 256ec89..56caaeb 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -1443,12 +1443,12 @@ item: Install File end item: Install File Source=${__TCLBASEDIR__}\library\http\pkgIndex.tcl - Destination=%MAINDIR%\lib\tcl%VER%\http2.3\pkgIndex.tcl + Destination=%MAINDIR%\lib\tcl%VER%\http2.4\pkgIndex.tcl Flags=0000000000000010 end item: Install File Source=${__TCLBASEDIR__}\library\http\http.tcl - Destination=%MAINDIR%\lib\tcl%VER%\http2.3\http.tcl + Destination=%MAINDIR%\lib\tcl%VER%\http2.4\http.tcl Flags=0000000000000010 end item: Install File diff --git a/tools/tclmin.wse b/tools/tclmin.wse index aa3e071..2fd8185 100644 --- a/tools/tclmin.wse +++ b/tools/tclmin.wse @@ -36,13 +36,13 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=n:\dist\tcl8.0\library\http2.1\pkgIndex.tcl - Destination=%MAINDIR%\lib\tcl%VER%\http2.1\pkgIndex.tcl + Source=n:\dist\tcl8.0\library\http\pkgIndex.tcl + Destination=%MAINDIR%\lib\tcl%VER%\http2.4\pkgIndex.tcl Flags=0000000000000010 end item: Install File - Source=n:\dist\tcl8.0\library\http2.1\http.tcl - Destination=%MAINDIR%\lib\tcl%VER%\http2.1\http.tcl + Source=n:\dist\tcl8.0\library\http\http.tcl + Destination=%MAINDIR%\lib\tcl%VER%\http2.4\http.tcl Flags=0000000000000010 end item: Install File |