diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-08-19 12:45:39 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-08-19 12:45:39 (GMT) |
| commit | 01f1143ddfdcd9da5b91603b45a19c14fd28c0d5 (patch) | |
| tree | fa3ab49478bc1cc70c1d316889b83c244ee98828 /unix | |
| parent | 9582b7a00571f524b4f51e8fd3ee4bd979215db9 (diff) | |
| parent | 0aad2eded0cb227e0686a27408815d0438e11ce6 (diff) | |
| download | tcl-01f1143ddfdcd9da5b91603b45a19c14fd28c0d5.zip tcl-01f1143ddfdcd9da5b91603b45a19c14fd28c0d5.tar.gz tcl-01f1143ddfdcd9da5b91603b45a19c14fd28c0d5.tar.bz2 | |
Merge 9.0
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index b18449a..0d5a431 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1085,9 +1085,9 @@ install-libraries: libraries @echo "Installing package tcltest 2.5.10 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.10.tm" - @echo "Installing package platform 1.0.19 as a Tcl Module" + @echo "Installing package platform 1.0.20 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ - "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.19.tm" + "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.20.tm" @echo "Installing package platform::shell 1.1.4 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl \ "$(MODULE_INSTALL_DIR)/9.0/platform/shell-1.1.4.tm" |
