summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2012-09-17 06:42:02 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2012-09-17 06:42:02 (GMT)
commit8441410b373ce7cf8bc99b67e26f5409a8b9533d (patch)
treea6050b32995945729be416ce1de4188709a04820 /win/Makefile.in
parente44afcc1bcc88271f5d95b7c48320455689a3ae3 (diff)
downloadtcl-8441410b373ce7cf8bc99b67e26f5409a8b9533d.zip
tcl-8441410b373ce7cf8bc99b67e26f5409a8b9533d.tar.gz
tcl-8441410b373ce7cf8bc99b67e26f5409a8b9533d.tar.bz2
Correct build version and backported 973091ef75
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 8e01818..b0bdec8 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -644,8 +644,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \
done;
- @echo "Installing package msgcat 1.4.5 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.4.5.tm;
+ @echo "Installing package msgcat 1.5.0 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.0.tm;
@echo "Installing package tcltest 2.3.4 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.4.tm;
@echo "Installing package platform 1.0.10 as a Tcl Module";