summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-03 09:31:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-03 09:31:00 (GMT)
commit482091f871d7accfad3e007ec7672a3cb2cc39f1 (patch)
tree3af813c3683010a66440f05c2f0bc65515f866af /unix
parent02c730b29850204b02de5c9c1e70c52fd0fd9a65 (diff)
downloadtcl-482091f871d7accfad3e007ec7672a3cb2cc39f1.zip
tcl-482091f871d7accfad3e007ec7672a3cb2cc39f1.tar.gz
tcl-482091f871d7accfad3e007ec7672a3cb2cc39f1.tar.bz2
Extend "platform" package for msys2 -> platform 1.0.15
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index fd44f4e..e29f422 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -791,8 +791,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
@echo "Installing package tcltest 2.5.3 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.5.3.tm;
- @echo "Installing package platform 1.0.14 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.14.tm;
+ @echo "Installing package platform 1.0.15 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.15.tm;
@echo "Installing package platform::shell 1.1.4 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm;