diff options
author | hobbs <hobbs> | 2000-05-03 00:15:05 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-03 00:15:05 (GMT) |
commit | 0cb44acb3078b3a746417333705b21a73b567f9a (patch) | |
tree | ab05c1910b931e774ecdced77ef2426cf41793c9 /library/tcltest | |
parent | 4c8a9811534a3b4a2a4f18a8b336e32f09924f99 (diff) | |
download | tcl-0cb44acb3078b3a746417333705b21a73b567f9a.zip tcl-0cb44acb3078b3a746417333705b21a73b567f9a.tar.gz tcl-0cb44acb3078b3a746417333705b21a73b567f9a.tar.bz2 |
* README:
* generic/tcl.h:
* library/init.tcl:
* library/reg1.0/pkgIndex.tcl:
* library/tcltest1.0/tcltest.tcl:
* mac/README:
* tools/tcl.hpj.in:
* tools/tcl.wse.in:
* unix/README:
* unix/configure.in:
* unix/tcl.spec:
* win/README:
* win/README.binary:
* win/configure.in:
* win/makefile.vc:
* win/tcl.m4: updated patchlevel to 8.4a1
Diffstat (limited to 'library/tcltest')
-rw-r--r-- | library/tcltest/tcltest.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index 5898cf6..8a56371 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.24 2000/04/11 01:04:19 welch Exp $ +# RCS: @(#) $Id: tcltest.tcl,v 1.25 2000/05/03 00:15:07 hobbs Exp $ package provide tcltest 1.0 @@ -267,10 +267,10 @@ namespace eval tcltest { # Tcl version numbers if {![info exists version]} { - variable version 8.3 + variable version 8.4 } if {![info exists patchLevel]} { - variable patchLevel 8.3.0 + variable patchLevel 8.4a1 } } |