diff options
author | andreask <andreask> | 2013-05-16 17:43:23 (GMT) |
---|---|---|
committer | andreask <andreask> | 2013-05-16 17:43:23 (GMT) |
commit | a425618034bf6e06d19dbbd19aa1670c7c6cb5b7 (patch) | |
tree | cf4cc87d8649b08db8a890b5d299971849590bdc /win/Makefile.in | |
parent | 13a2a82c8148e5c706fa75c02a501df9f06ab426 (diff) | |
parent | b5f1bdb187749a31657c772daa482f6814ce61fb (diff) | |
download | tcl-a425618034bf6e06d19dbbd19aa1670c7c6cb5b7.zip tcl-a425618034bf6e06d19dbbd19aa1670c7c6cb5b7.tar.gz tcl-a425618034bf6e06d19dbbd19aa1670c7c6cb5b7.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 '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 6f5211e..8b16372 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"; |