diff options
author | dgp <dgp@users.sourceforge.net> | 2009-12-17 16:30:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-12-17 16:30:12 (GMT) |
commit | 952ab7bc3348ded81ef97c70cea55474828cc261 (patch) | |
tree | 7a25ed46c7a501d82bdad8ea7a650616b463fc2a /win/Makefile.in | |
parent | 1bfee26eaac2704c6966f6a5138eb1ea6c60d0c9 (diff) | |
download | tcl-952ab7bc3348ded81ef97c70cea55474828cc261.zip tcl-952ab7bc3348ded81ef97c70cea55474828cc261.tar.gz tcl-952ab7bc3348ded81ef97c70cea55474828cc261.tar.bz2 |
bump to msgcat 1.4.3 to account for commits
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index acc55cc..8f7166e 100644 --- a/win/Makefile.in +++ b/win/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.124.2.13 2009/11/11 16:14:44 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.124.2.14 2009/12/17 16:30:12 dgp Exp $ VERSION = @TCL_VERSION@ @@ -642,8 +642,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ done; - @echo "Installing package msgcat 1.4.2 as a Tcl Module"; - @$(COPY) $(ROOT_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"; + @$(COPY) $(ROOT_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"; @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.2.tm; @echo "Installing package platform 1.0.5 as a Tcl Module"; |