summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2014-08-02 04:38:36 (GMT)
committerdgp@users.sourceforge.net <dgp>2014-08-02 04:38:36 (GMT)
commit5dd714df22a0d67d980fa9a81303ad73e6b7341e (patch)
tree97462440f4c2007ed1f278b83ac72440eebfc2bc /unix
parentedc8b02276e9e0b8e63ad95fb9fc07a6317ce397 (diff)
parent8f9cfb8c738c0c8bf202c0e42631c4e7698e5049 (diff)
downloadtcl-5dd714df22a0d67d980fa9a81303ad73e6b7341e.zip
tcl-5dd714df22a0d67d980fa9a81303ad73e6b7341e.tar.gz
tcl-5dd714df22a0d67d980fa9a81303ad73e6b7341e.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 5a2d9af..2393711 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -855,8 +855,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.12 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.12.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::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;