summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorandreask <andreask>2013-05-16 17:43:23 (GMT)
committerandreask <andreask>2013-05-16 17:43:23 (GMT)
commit0e806474171fe53e8943bea86915d446e70c7226 (patch)
treecf4cc87d8649b08db8a890b5d299971849590bdc /unix/Makefile.in
parenta6b3146b87983fc0b4d81f371810c5dabf68bdbd (diff)
parent81cee941ae3a471340b22bb98d5b7f66a283cd16 (diff)
downloadtcl-0e806474171fe53e8943bea86915d446e70c7226.zip
tcl-0e806474171fe53e8943bea86915d446e70c7226.tar.gz
tcl-0e806474171fe53e8943bea86915d446e70c7226.tar.bz2
Sigh. Fix version number of package "platform" in the Makefile.n files. Future: Write a small tcl script tool to extract the version information directly from the code.
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 3b14752..e0dc608 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;