summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-25 10:39:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-25 10:39:39 (GMT)
commita7258480c26f267158b30ff494c04bc04c6cfae0 (patch)
treefa150585f543a3b895590b6fca51834129bcae18 /win/Makefile.in
parent2101ef45be45e0aa88d3e8c9725df9ca92309fe9 (diff)
downloadtcl-a7258480c26f267158b30ff494c04bc04c6cfae0.zip
tcl-a7258480c26f267158b30ff494c04bc04c6cfae0.tar.gz
tcl-a7258480c26f267158b30ff494c04bc04c6cfae0.tar.bz2
proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformbug_219866c1e9
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 dd568ba..c0d8668 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -653,8 +653,8 @@ install-libraries: libraries install-tzdata install-msgs
@$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.2.tm;
@echo "Installing package tcltest 2.3.8 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.8.tm;
- @echo "Installing package platform 1.0.13 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.13.tm;
+ @echo "Installing package platform 1.0.14 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.14.tm;
@echo "Installing package platform::shell 1.1.4 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/platform/shell.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform/shell-1.1.4.tm;
@echo "Installing encodings";