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)
commit1d512f82013b5c80636c8522357aabe3b429f143 (patch)
treefbef2e9cd6d99e9d4d6e3340cd855e4356d638b0 /library
parentb73ab85cfec30d588f7eab2fb7cd55fe29da82c8 (diff)
downloadtcl-1d512f82013b5c80636c8522357aabe3b429f143.zip
tcl-1d512f82013b5c80636c8522357aabe3b429f143.tar.gz
tcl-1d512f82013b5c80636c8522357aabe3b429f143.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]