summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-09-06 18:50:15 (GMT)
committerhobbs <hobbs>2000-09-06 18:50:15 (GMT)
commit106238381fb5a416aca2817b156ec8f20ec6ba7d (patch)
treeba747ce3a71013a6b7e51876ef68e3bc8dc7ead5 /library
parent6ce72edcf245c5addda66b57f63d8f1424e6279f (diff)
downloadtcl-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')
-rw-r--r--library/tcltest/tcltest.tcl4
-rw-r--r--library/tcltest1.0/tcltest.tcl4
2 files changed, 4 insertions, 4 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
}
}
diff --git a/library/tcltest1.0/tcltest.tcl b/library/tcltest1.0/tcltest.tcl
index b30ffeb..63639e3 100644
--- a/library/tcltest1.0/tcltest.tcl
+++ b/library/tcltest1.0/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
}
}