diff options
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 |