diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-17 13:49:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-17 13:49:39 (GMT) |
commit | a88536e249e7c0d450e0719ee852a1fbb4a748fa (patch) | |
tree | 7aa07258f7160bb507355861c24731f6677b70de /unix/Makefile.in | |
parent | 57e2c4bf7095c8d2277a617b9abd1132c8d75b35 (diff) | |
parent | eb0b1becf70d4c82d3ebf9dc6abd28f0f5e3b4d6 (diff) | |
download | tcl-a88536e249e7c0d450e0719ee852a1fbb4a748fa.zip tcl-a88536e249e7c0d450e0719ee852a1fbb4a748fa.tar.gz tcl-a88536e249e7c0d450e0719ee852a1fbb4a748fa.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/Makefile.in')
-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 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; |