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 /win | |
parent | 3e9a791d0a2bb61dd97ba787e57ebb24c6f75f50 (diff) | |
download | tcl-4c605ddbd4558895723babef100d5b41f2cce7eb.zip tcl-4c605ddbd4558895723babef100d5b41f2cce7eb.tar.gz tcl-4c605ddbd4558895723babef100d5b41f2cce7eb.tar.bz2 |
Bump to msgcat 1.4.4.
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index aa9620c..97a7e7b 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -645,8 +645,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ done; - @echo "Installing package msgcat 1.4.3 as a Tcl Module"; - @$(COPY) $(ROOT_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"; + @$(COPY) $(ROOT_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"; @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.2.tm; @echo "Installing package platform 1.0.9 as a Tcl Module"; |