summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-29 07:48:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-29 07:48:58 (GMT)
commit916be68cb1b9ce63775840f3acbb8875f3df905f (patch)
tree8cd033319e021ba14597765cac5ae2908874fc93 /unix/Makefile.in
parent5b4a3efaa9e14c7fa3d9865c5dc8dfd7ef51af17 (diff)
parent0d50df34cfbe20ad138056fbfb39d50614e9053c (diff)
downloadtcl-916be68cb1b9ce63775840f3acbb8875f3df905f.zip
tcl-916be68cb1b9ce63775840f3acbb8875f3df905f.tar.gz
tcl-916be68cb1b9ce63775840f3acbb8875f3df905f.tar.bz2
Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> platform 1.0.14
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index cf28c6c..c90fd16 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -852,8 +852,8 @@ install-libraries: libraries
@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;