diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-25 16:40:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-25 16:40:32 (GMT) |
commit | 91a9b97aa6770bc5f963683b0cb3a4f9beebe33e (patch) | |
tree | f61cdbfb6f0f359a4303b3366a233467df70246a /unix | |
parent | 7172d12a3f6540006da051589d3c02585c9c33fd (diff) | |
download | tcl-91a9b97aa6770bc5f963683b0cb3a4f9beebe33e.zip tcl-91a9b97aa6770bc5f963683b0cb3a4f9beebe33e.tar.gz tcl-91a9b97aa6770bc5f963683b0cb3a4f9beebe33e.tar.bz2 |
Fix 2 version numbers in Makefile echo's (just misleading). Thanks to Pietro Cerutti for noticing this.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 3b6b295..8d74cc3 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1035,7 +1035,7 @@ install-libraries: libraries @echo "Installing package msgcat 1.7.0 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \ "$(MODULE_INSTALL_DIR)"/tcl8/8.7/msgcat-1.7.0.tm - @echo "Installing package tcltest 2.5.0 as a Tcl Module" + @echo "Installing package tcltest 2.5.1 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ "$(MODULE_INSTALL_DIR)"/tcl8/8.5/tcltest-2.5.1.tm @echo "Installing package platform 1.0.14 as a Tcl Module" |