summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-09-11 03:54:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-09-11 03:54:08 (GMT)
commit79f6a0d9d0e4ea44300ce7ae1c824649615833fc (patch)
tree2f868df37f243fb208d147c9a2fea5d13c0c9756 /win/Makefile.in
parentae2548db3cd06c83405be9c3edb975c515d16cc2 (diff)
downloadtcl-79f6a0d9d0e4ea44300ce7ae1c824649615833fc.zip
tcl-79f6a0d9d0e4ea44300ce7ae1c824649615833fc.tar.gz
tcl-79f6a0d9d0e4ea44300ce7ae1c824649615833fc.tar.bz2
* doc/tcltest.n: Bump to version tcltest 2.3.0 to account
* library/tcltest/pkgIndex.tcl: for new "-verbose line" feature. * library/tcltest/tcltest.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.bc: * win/makefile.vc:
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index d9817a2..5b573fb 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.102 2006/08/21 09:02:14 dkf Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.103 2006/09/11 03:54:09 dgp Exp $
VERSION = @TCL_VERSION@
@@ -653,8 +653,8 @@ install-libraries: libraries install-tzdata install-msgs
done;
@echo "Installing package msgcat 1.4.1 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.4.1.tm;
- @echo "Installing package tcltest 2.2.8 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.3/tcltest-2.2.8.tm;
+ @echo "Installing package tcltest 2.3.0 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.3/tcltest-2.3.0.tm;
@echo "Installing encodings";
@for i in $(ROOT_DIR)/library/encoding/*.enc ; do \
$(COPY) "$$i" "$(SCRIPT_INSTALL_DIR)/encoding"; \