diff options
author | andreask <andreask> | 2013-05-16 17:39:44 (GMT) |
---|---|---|
committer | andreask <andreask> | 2013-05-16 17:39:44 (GMT) |
commit | 81cee941ae3a471340b22bb98d5b7f66a283cd16 (patch) | |
tree | caefa0382b9a77e7decb99dc94e38e95d56dc58c /unix | |
parent | 303d07068735830dccf5632f8be0b526aa63837b (diff) | |
download | tcl-81cee941ae3a471340b22bb98d5b7f66a283cd16.zip tcl-81cee941ae3a471340b22bb98d5b7f66a283cd16.tar.gz tcl-81cee941ae3a471340b22bb98d5b7f66a283cd16.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')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 071cf94..22656d5 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -778,8 +778,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs @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; |