From 68e9f1f47a7745908cadf11a548143b3cb3d044a Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 11 Mar 2002 21:50:32 +0000 Subject: * Bumped tcltest to 2.0.2 --- ChangeLog | 5 +++++ library/tcltest/pkgIndex.tcl | 2 +- library/tcltest/tcltest.tcl | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index dde49ff..ab24ac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-11 Don Porter + + * library/tcltest/tcltest.tcl: + * library/tcltest/pkgIndex.tcl: Bumped tcltest package to 2.0.2. + 2002-03-11 Mo DeJong * library/tcltest/tcltest.tcl (getMatchingFiles): Pass diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index 43e4656..db46a52 100644 --- a/library/tcltest/pkgIndex.tcl +++ b/library/tcltest/pkgIndex.tcl @@ -9,4 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.3]} {return} -package ifneeded tcltest 2.0.1 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.0.2 [list source [file join $dir tcltest.tcl]] 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 -- cgit v0.12