summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-21 17:03:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-21 17:03:54 (GMT)
commit60a4087a57439616fb8ec2d1c876e21dd97b75b1 (patch)
tree376000ac77efa31b5ba87715f2835f15c46ffd53 /win
parent711f46750d97254b51047846f7bb6e9aa7f60461 (diff)
downloadtcl-60a4087a57439616fb8ec2d1c876e21dd97b75b1.zip
tcl-60a4087a57439616fb8ec2d1c876e21dd97b75b1.tar.gz
tcl-60a4087a57439616fb8ec2d1c876e21dd97b75b1.tar.bz2
Rewrite msgcat::mcutil::getpreferences, not depending on 'string last' returning -1 any more
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 2851e4c..344db71 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -885,8 +885,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \
done;
- @echo "Installing package msgcat 1.7.0 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl "$(MODULE_INSTALL_DIR)/8.7/msgcat-1.7.0.tm";
+ @echo "Installing package msgcat 1.7.1 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl "$(MODULE_INSTALL_DIR)/8.7/msgcat-1.7.1.tm";
@echo "Installing package tcltest 2.5.3 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.3.tm";
@echo "Installing package platform 1.0.14 as a Tcl Module";