summaryrefslogtreecommitdiffstats
path: root/library/tcltest
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-12 12:11:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-12 12:11:02 (GMT)
commita71ab1a3ea7e7eb81ed4e8a665ca8b4c2c969a8b (patch)
treea1c62d6f133c51d0247dd007cb5de41dca331bd9 /library/tcltest
parentf5bd004df9a90f12fba3280692ffefd5ea3c9188 (diff)
parent9fb3d5754a73caf7477b027dc5aacfcdd0ac97f7 (diff)
downloadtcl-a71ab1a3ea7e7eb81ed4e8a665ca8b4c2c969a8b.zip
tcl-a71ab1a3ea7e7eb81ed4e8a665ca8b4c2c969a8b.tar.gz
tcl-a71ab1a3ea7e7eb81ed4e8a665ca8b4c2c969a8b.tar.bz2
Merge tip-656-tcl9
Diffstat (limited to 'library/tcltest')
-rw-r--r--library/tcltest/pkgIndex.tcl2
-rw-r--r--library/tcltest/tcltest.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl
index 18b05e5..9903e32 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.5-]} {return}
-package ifneeded tcltest 2.5.5 [list source [file join $dir tcltest.tcl]]
+package ifneeded tcltest 2.5.6 [list source [file join $dir tcltest.tcl]]
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index 12791da..a77a108 100644
--- a/library/tcltest/tcltest.tcl
+++ b/library/tcltest/tcltest.tcl
@@ -22,7 +22,7 @@ namespace eval tcltest {
# When the version number changes, be sure to update the pkgIndex.tcl file,
# and the install directory in the Makefiles. When the minor version
# changes (new feature) be sure to update the man page as well.
- variable Version 2.5.5
+ variable Version 2.5.6
# Compatibility support for dumb variables defined in tcltest 1
# Do not use these. Call [package provide Tcl] and [info patchlevel]