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 /win/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 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 5c4f23d..4ebad82 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -650,8 +650,8 @@ install-libraries: libraries install-tzdata install-msgs @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.1.tm; @echo "Installing package tcltest 2.3.5 as a Tcl Module"; @$(COPY) $(ROOT_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"; - @$(COPY) $(ROOT_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"; + @$(COPY) $(ROOT_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"; @$(COPY) $(ROOT_DIR)/library/platform/shell.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform/shell-1.1.4.tm; @echo "Installing encodings"; |