diff options
author | hobbs <hobbs> | 2000-09-06 18:50:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-09-06 18:50:15 (GMT) |
commit | 106238381fb5a416aca2817b156ec8f20ec6ba7d (patch) | |
tree | ba747ce3a71013a6b7e51876ef68e3bc8dc7ead5 /library/tcltest | |
parent | 6ce72edcf245c5addda66b57f63d8f1424e6279f (diff) | |
download | tcl-106238381fb5a416aca2817b156ec8f20ec6ba7d.zip tcl-106238381fb5a416aca2817b156ec8f20ec6ba7d.tar.gz tcl-106238381fb5a416aca2817b156ec8f20ec6ba7d.tar.bz2 |
* README:
* generic/tcl.h:
* library/tcltest1.0/tcltest.tcl:
* tools/tcl.wse.in:
* tools/tcltk-man2html.tcl:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in: updated patchlevel to 8.4a2
Diffstat (limited to 'library/tcltest')
-rw-r--r-- | library/tcltest/tcltest.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index b30ffeb..63639e3 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -12,7 +12,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: tcltest.tcl,v 1.26 2000/08/15 18:10:34 ericm Exp $ +# RCS: @(#) $Id: tcltest.tcl,v 1.27 2000/09/06 18:50:15 hobbs Exp $ package provide tcltest 1.0 @@ -270,7 +270,7 @@ namespace eval tcltest { variable version 8.4 } if {![info exists patchLevel]} { - variable patchLevel 8.4a1 + variable patchLevel 8.4a2 } } |