diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2012-09-17 06:42:02 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2012-09-17 06:42:02 (GMT) |
commit | fd70297b820fcad022629bfd4d0ff5e1a550aaaa (patch) | |
tree | a6050b32995945729be416ce1de4188709a04820 /unix | |
parent | 4dbba767c34ef9df1449908d3b71e130ebf74dc5 (diff) | |
download | tcl-fd70297b820fcad022629bfd4d0ff5e1a550aaaa.zip tcl-fd70297b820fcad022629bfd4d0ff5e1a550aaaa.tar.gz tcl-fd70297b820fcad022629bfd4d0ff5e1a550aaaa.tar.bz2 |
Correct build version and backported 973091ef75tip404_tcl8_5
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 bdcbda0..a2d89aa 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -773,8 +773,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \ done; - @echo "Installing package msgcat 1.4.5 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.5.tm; + @echo "Installing package msgcat 1.5.0 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.0.tm; @echo "Installing package tcltest 2.3.4 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.4.tm; |