summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-09-11 14:50:26 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-09-11 14:50:26 (GMT)
commitf3365a310af7b0c3c87ea06b673bd8531ebf2693 (patch)
treef876a2e3659a870c22272cc31f9c68bd37135ad9 /unix
parent71d143c08a7a7643254537ea51303a0183f35707 (diff)
downloadtcl-f3365a310af7b0c3c87ea06b673bd8531ebf2693.zip
tcl-f3365a310af7b0c3c87ea06b673bd8531ebf2693.tar.gz
tcl-f3365a310af7b0c3c87ea06b673bd8531ebf2693.tar.bz2
bump msgcat version to 1.4.2
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 e6fdd2c..a96eae6 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.189 2006/09/11 03:54:09 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.190 2006/09/11 14:50:26 kennykb Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -797,8 +797,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(INSTALL_DATA) $$j $(SCRIPT_INSTALL_DIR)/opt0.4; \
done;
- @echo "Installing package msgcat 1.4.1 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.4.1.tm;
+ @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 tcltest 2.3.0 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.3/tcltest-2.3.9.tm;
@echo "Installing library encoding directory";