summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-29 07:56:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-29 07:56:53 (GMT)
commit6494c04deef9585c38b287b24f02c49c7efee95d (patch)
treefe10deb28c3db9fcc66b3fcf7716cadfb4c3ca64 /unix
parent9bec80c561ec20b18b44df0912dd050d8d1a671d (diff)
parente39c8e6b26935216f5dc8c50ab4fe2bea2e225d1 (diff)
downloadtcl-6494c04deef9585c38b287b24f02c49c7efee95d.zip
tcl-6494c04deef9585c38b287b24f02c49c7efee95d.tar.gz
tcl-6494c04deef9585c38b287b24f02c49c7efee95d.tar.bz2
merge trunk
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 9e63693..018cb8a 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -850,8 +850,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;