summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-12-17 16:30:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-12-17 16:30:12 (GMT)
commit952ab7bc3348ded81ef97c70cea55474828cc261 (patch)
tree7a25ed46c7a501d82bdad8ea7a650616b463fc2a /unix
parent1bfee26eaac2704c6966f6a5138eb1ea6c60d0c9 (diff)
downloadtcl-952ab7bc3348ded81ef97c70cea55474828cc261.zip
tcl-952ab7bc3348ded81ef97c70cea55474828cc261.tar.gz
tcl-952ab7bc3348ded81ef97c70cea55474828cc261.tar.bz2
bump to msgcat 1.4.3 to account for commits
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 63b006a..94b1116 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.229.2.19 2009/11/11 16:14:43 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.229.2.20 2009/12/17 16:30:12 dgp Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -793,8 +793,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \
done;
- @echo "Installing package msgcat 1.4.2 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.2.tm;
+ @echo "Installing package msgcat 1.4.3 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.3.tm;
@echo "Installing package tcltest 2.3.2 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.2.tm;