diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2013-05-08 08:40:22 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2013-05-08 08:40:22 (GMT) |
commit | e2a50ce38b041d5de04fe4452ddf710c5a9ea999 (patch) | |
tree | a722ce5a906ca0b3d991ae1915ac95b6cbc90658 /win | |
parent | c8d7d8d2c4ef013886f128bb047b2c9a496a9608 (diff) | |
download | tcl-e2a50ce38b041d5de04fe4452ddf710c5a9ea999.zip tcl-e2a50ce38b041d5de04fe4452ddf710c5a9ea999.tar.gz tcl-e2a50ce38b041d5de04fe4452ddf710c5a9ea999.tar.bz2 |
Add install references and changes entry
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 6f5211e..12c04bc 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -646,8 +646,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ done; - @echo "Installing package msgcat 1.5.1 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.1.tm; + @echo "Installing package msgcat 1.5.2 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.2.tm; @echo "Installing package tcltest 2.3.5 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.5.tm; @echo "Installing package platform 1.0.11 as a Tcl Module"; |