summaryrefslogtreecommitdiffstats
path: root/library/tcltest
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-08-20 15:33:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-08-20 15:33:31 (GMT)
commitd768d45269fd4e4b6012d73d8c27390cd81c84df (patch)
tree8cc82493e4b49455533f5c68616f91ce879a8a31 /library/tcltest
parent7103d942718e5537c2c81195f0c0949ef529e08f (diff)
downloadtcl-d768d45269fd4e4b6012d73d8c27390cd81c84df.zip
tcl-d768d45269fd4e4b6012d73d8c27390cd81c84df.tar.gz
tcl-d768d45269fd4e4b6012d73d8c27390cd81c84df.tar.bz2
* README: Bumped version number to 8.4b3 to distinguish
* generic/tcl.h: HEAD from the 8.4b2 release. * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf * win/configure: * library/http/http.tcl: Corrected installation directory of * library/msgcat/msgcat.tcl: the package tcltest 2.2. Added * library/opt/optparse.tcl: comments in other packages to remind * library/tcltest/tcltest.tcl: that installation directories need * unix/Makefile.in: updates to match increasing version * win/Makefile.in: numbers. [Bug 597450] * win/makefile.bc: * win/makefile.vc:
Diffstat (limited to 'library/tcltest')
-rw-r--r--library/tcltest/tcltest.tcl5
1 files changed, 4 insertions, 1 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index 9f4b2dc..6bd2a5b 100644
--- a/library/tcltest/tcltest.tcl
+++ b/library/tcltest/tcltest.tcl
@@ -16,10 +16,13 @@
# Contributions from Don Porter, NIST, 2002. (not subject to US copyright)
# All rights reserved.
#
-# RCS: @(#) $Id: tcltest.tcl,v 1.72 2002/08/05 22:36:00 dgp Exp $
+# RCS: @(#) $Id: tcltest.tcl,v 1.73 2002/08/20 15:33:33 dgp Exp $
package require Tcl 8.3 ;# uses [glob -directory]
namespace eval tcltest {
+
+ # When the version number changes, be sure to update the pkgIndex.tcl file,
+ # and the install directory in the Makefiles.
variable Version 2.2
# Compatibility support for dumb variables defined in tcltest 1