summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorandreask <andreask>2013-05-16 17:39:44 (GMT)
committerandreask <andreask>2013-05-16 17:39:44 (GMT)
commitb5f1bdb187749a31657c772daa482f6814ce61fb (patch)
treecaefa0382b9a77e7decb99dc94e38e95d56dc58c /win
parentb55a06a8a58b5323fee95d10a288fbf3a36f2d6a (diff)
downloadtcl-b5f1bdb187749a31657c772daa482f6814ce61fb.zip
tcl-b5f1bdb187749a31657c772daa482f6814ce61fb.tar.gz
tcl-b5f1bdb187749a31657c772daa482f6814ce61fb.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')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index fec5ff6..3ac7f43 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -653,8 +653,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";