diff options
| author | hobbs <hobbs> | 2000-09-06 18:50:15 (GMT) |
|---|---|---|
| committer | hobbs <hobbs> | 2000-09-06 18:50:15 (GMT) |
| commit | 320f6eec12c51237665ffd4cac99e539e99df9ac (patch) | |
| tree | ba747ce3a71013a6b7e51876ef68e3bc8dc7ead5 /library/tcltest | |
| parent | 9bf7844098d45763d7bc29d7794fdb9a535c87f6 (diff) | |
| download | tcl-320f6eec12c51237665ffd4cac99e539e99df9ac.zip tcl-320f6eec12c51237665ffd4cac99e539e99df9ac.tar.gz tcl-320f6eec12c51237665ffd4cac99e539e99df9ac.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 } } |
