diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-25 14:15:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-25 14:15:28 (GMT) |
commit | 4c605ddbd4558895723babef100d5b41f2cce7eb (patch) | |
tree | a0c8e366ee0f655ae77f186a7172526d21d98110 /unix/Makefile.in | |
parent | 3e9a791d0a2bb61dd97ba787e57ebb24c6f75f50 (diff) | |
download | tcl-4c605ddbd4558895723babef100d5b41f2cce7eb.zip tcl-4c605ddbd4558895723babef100d5b41f2cce7eb.tar.gz tcl-4c605ddbd4558895723babef100d5b41f2cce7eb.tar.bz2 |
Bump to msgcat 1.4.4.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 398ce55..96d5062 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -778,8 +778,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \ done; - @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 msgcat 1.4.4 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.4.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; |