summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-08-30 21:57:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-08-30 21:57:26 (GMT)
commit6b45d21b4b5cf1d203ccaba63c88551b37c31b97 (patch)
treefbef2e9cd6d99e9d4d6e3340cd855e4356d638b0 /library
parentebd7e8a86b9737442b275a27f4ebcaa1a569237e (diff)
downloadtcl-6b45d21b4b5cf1d203ccaba63c88551b37c31b97.zip
tcl-6b45d21b4b5cf1d203ccaba63c88551b37c31b97.tar.gz
tcl-6b45d21b4b5cf1d203ccaba63c88551b37c31b97.tar.bz2
Bump to tcltest 2.3.6 to account for changes since Tcl 8.6.0 release.
Diffstat (limited to 'library')
-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 4b0a9bc..60a9485 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.3.5 [list source [file join $dir tcltest.tcl]]
+package ifneeded tcltest 2.3.6 [list source [file join $dir tcltest.tcl]]
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index d6e6487..c30d2e4 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.3.5
+ variable Version 2.3.6
# Compatibility support for dumb variables defined in tcltest 1
# Do not use these. Call [package provide Tcl] and [info patchlevel]