diff options
author | hobbs <hobbs> | 2000-09-06 18:50:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-09-06 18:50:15 (GMT) |
commit | 106238381fb5a416aca2817b156ec8f20ec6ba7d (patch) | |
tree | ba747ce3a71013a6b7e51876ef68e3bc8dc7ead5 /tools | |
parent | 6ce72edcf245c5addda66b57f63d8f1424e6279f (diff) | |
download | tcl-106238381fb5a416aca2817b156ec8f20ec6ba7d.zip tcl-106238381fb5a416aca2817b156ec8f20ec6ba7d.tar.gz tcl-106238381fb5a416aca2817b156ec8f20ec6ba7d.tar.bz2 |
* README:
* generic/tcl.h:
* library/tcltest1.0/tcltest.tcl:
* tools/tcl.wse.in:
* tools/tcltk-man2html.tcl:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in: updated patchlevel to 8.4a2
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcl.wse.in | 2 | ||||
-rwxr-xr-x | tools/tcltk-man2html.tcl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index 4b263a9..57e4fd9 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -12,7 +12,7 @@ item: Global Log Pathname=%MAINDIR%\INSTALL.LOG Message Font=MS Sans Serif Font Size=8 - Disk Label=tcl8.4a1 + Disk Label=tcl8.4a2 Disk Filename=setup Patch Flags=0000000000000001 Patch Threshold=85 diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index d90e534..1ad2f4c 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -81,8 +81,8 @@ proc parse_command_line {} { set webdir ../html # Directory names for Tcl and Tk, in priority order. - set tclDirList {tcl8.4a1 tcl8.3 tcl8.2 tcl8.1 tcl8.0 tcl} - set tkDirList {tk8.4a1 tk8.3 tk8.2 tk8.1 tk8.0 tk} + set tclDirList {tcl8.4 tcl8.3 tcl8.2 tcl8.1 tcl8.0 tcl} + set tkDirList {tk8.4 tk8.3 tk8.2 tk8.1 tk8.0 tk} # Handle arguments a la GNU: # --version |