diff options
| author | dgp@users.sourceforge.net <dgp> | 2006-09-11 03:54:08 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2006-09-11 03:54:08 (GMT) |
| commit | 70643802fd82730f68853bd4e68a7bd6a9ab628e (patch) | |
| tree | 2f868df37f243fb208d147c9a2fea5d13c0c9756 /unix | |
| parent | 78b3b22ffd3cad40bcaf09b86df7d52a6afdea10 (diff) | |
| download | tcl-70643802fd82730f68853bd4e68a7bd6a9ab628e.zip tcl-70643802fd82730f68853bd4e68a7bd6a9ab628e.tar.gz tcl-70643802fd82730f68853bd4e68a7bd6a9ab628e.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 'unix')
| -rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 7f38795..e6fdd2c 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.188 2006/09/06 13:23:36 vasiljevic Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.189 2006/09/11 03:54:09 dgp Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -799,8 +799,8 @@ install-libraries: libraries install-tzdata install-msgs done; @echo "Installing package msgcat 1.4.1 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_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"; - @$(INSTALL_DATA) $(TOP_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"; + @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.3/tcltest-2.3.9.tm; @echo "Installing library encoding directory"; @for i in $(TOP_DIR)/library/encoding/*.enc ; do \ $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR)/encoding; \ |
