diff options
| author | dgp@users.sourceforge.net <dgp> | 2011-05-25 14:15:28 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2011-05-25 14:15:28 (GMT) |
| commit | 4edf386f62afdb31180d427a2df9da49196e535d (patch) | |
| tree | a0c8e366ee0f655ae77f186a7172526d21d98110 /unix | |
| parent | 4782226cef7ed2ebd9f24b370c4b2d720b802e02 (diff) | |
| download | tcl-4edf386f62afdb31180d427a2df9da49196e535d.zip tcl-4edf386f62afdb31180d427a2df9da49196e535d.tar.gz tcl-4edf386f62afdb31180d427a2df9da49196e535d.tar.bz2 | |
Bump to msgcat 1.4.4.
Diffstat (limited to 'unix')
| -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; |
