diff options
author | dgp <dgp@users.sourceforge.net> | 2002-03-11 21:50:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-03-11 21:50:32 (GMT) |
commit | 68e9f1f47a7745908cadf11a548143b3cb3d044a (patch) | |
tree | 0971e0a282fd2f3301b21b174ed47d68b8e5fb35 /library/tcltest/tcltest.tcl | |
parent | 09e7f66cd8018342199fc203e82adc59c902efa3 (diff) | |
download | tcl-68e9f1f47a7745908cadf11a548143b3cb3d044a.zip tcl-68e9f1f47a7745908cadf11a548143b3cb3d044a.tar.gz tcl-68e9f1f47a7745908cadf11a548143b3cb3d044a.tar.bz2 |
* Bumped tcltest to 2.0.2
Diffstat (limited to 'library/tcltest/tcltest.tcl')
-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 fcc0c62..8757e0d 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -13,7 +13,7 @@ # Copyright (c) 2000 by Ajuba Solutions # All rights reserved. # -# RCS: @(#) $Id: tcltest.tcl,v 1.34 2002/03/11 21:00:16 mdejong Exp $ +# RCS: @(#) $Id: tcltest.tcl,v 1.35 2002/03/11 21:50:32 dgp Exp $ # create the "tcltest" namespace for all testing variables and procedures @@ -3468,5 +3468,5 @@ namespace eval tcltest { } } -package provide tcltest 2.0.1 +package provide tcltest 2.0.2 |