summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-03 09:45:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-03 09:45:17 (GMT)
commit910d0222de6f3bd8fdf3b7c061cdb89581b2f2df (patch)
tree97974e204df0e371017d1c22f8d128c6e97c0aa5 /win/Makefile.in
parentc387e380dea36d13e5809aeea05acb5fa1663830 (diff)
parenta3322b06acaf0cf6fef649e67625c47bceb77305 (diff)
downloadtcl-910d0222de6f3bd8fdf3b7c061cdb89581b2f2df.zip
tcl-910d0222de6f3bd8fdf3b7c061cdb89581b2f2df.tar.gz
tcl-910d0222de6f3bd8fdf3b7c061cdb89581b2f2df.tar.bz2
Extend "platform" package for msys2 -> platform 1.0.15
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index f984114..c6cdf89 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -730,8 +730,8 @@ install-libraries: libraries install-tzdata install-msgs
@$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl "$(MODULE_INSTALL_DIR)/8.5/msgcat-1.6.1.tm";
@echo "Installing package tcltest 2.5.3 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.3.tm";
- @echo "Installing package platform 1.0.14 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.14.tm";
+ @echo "Installing package platform 1.0.15 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.15.tm";
@echo "Installing package platform::shell 1.1.4 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/platform/shell.tcl "$(MODULE_INSTALL_DIR)/8.4/platform/shell-1.1.4.tm";
@echo "Installing encodings";