summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-17 13:49:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-17 13:49:39 (GMT)
commitdaa073ebb186b5b96ccc94745f07fe23aea806f0 (patch)
tree7aa07258f7160bb507355861c24731f6677b70de /unix
parentd6392f7a28de8730df824dbfc5e72d6aee07d6d9 (diff)
parent06cfc15d053b5eba590dfd816814d8f519f1adfd (diff)
downloadtcl-daa073ebb186b5b96ccc94745f07fe23aea806f0.zip
tcl-daa073ebb186b5b96ccc94745f07fe23aea806f0.tar.gz
tcl-daa073ebb186b5b96ccc94745f07fe23aea806f0.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 2657921..d93d8d0 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -843,8 +843,8 @@ install-libraries: libraries
@echo "Installing package tcltest 2.3.5 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.5.tm;
- @echo "Installing package platform 1.0.11 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.11.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::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;