diff options
author | dgp <dgp@users.sourceforge.net> | 2014-08-02 00:06:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-08-02 00:06:21 (GMT) |
commit | 05ebf671c4c783977fe9da5d8782277d0855605b (patch) | |
tree | 126aad454d32d8118e562655eaae3045e2e36696 /unix | |
parent | b86e4ae4f1c064097acc816bb6fa8c922ac200f0 (diff) | |
parent | 5a669c8fbb45b3321f07482c114152486d0600bf (diff) | |
download | tcl-05ebf671c4c783977fe9da5d8782277d0855605b.zip tcl-05ebf671c4c783977fe9da5d8782277d0855605b.tar.gz tcl-05ebf671c4c783977fe9da5d8782277d0855605b.tar.bz2 |
merge 8.5
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 3ccd430..aa35f80 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -788,8 +788,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs @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; |