summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-29 07:46:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-29 07:46:08 (GMT)
commit0d50df34cfbe20ad138056fbfb39d50614e9053c (patch)
treece3b78686ca3ac08adab793e67774571079e53de /unix
parent4bdba0452a35fd38357a21020579d0151a1c25d6 (diff)
parenta7258480c26f267158b30ff494c04bc04c6cfae0 (diff)
downloadtcl-0d50df34cfbe20ad138056fbfb39d50614e9053c.zip
tcl-0d50df34cfbe20ad138056fbfb39d50614e9053c.tar.gz
tcl-0d50df34cfbe20ad138056fbfb39d50614e9053c.tar.bz2
Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> platform 1.0.14
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 1358f29..1f2cd77 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -788,8 +788,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
@echo "Installing package tcltest 2.3.8 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_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";
- @$(INSTALL_DATA) $(TOP_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";
+ @$(INSTALL_DATA) $(TOP_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";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm;