diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-28 10:55:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-28 10:55:37 (GMT) |
commit | 9948d29038eeaaed7e7f3a5d39b22b5462f2c825 (patch) | |
tree | 72ecf084cece32c582e97dc48c174457babb8bd8 /library/tcltest/tcltest.tcl | |
parent | 0eb7f82a5693d837a2065a788ea14a0d07c3c716 (diff) | |
download | tcl-9948d29038eeaaed7e7f3a5d39b22b5462f2c825.zip tcl-9948d29038eeaaed7e7f3a5d39b22b5462f2c825.tar.gz tcl-9948d29038eeaaed7e7f3a5d39b22b5462f2c825.tar.bz2 |
Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 release, just as in Tcl 8.6.1).
Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving.
Diffstat (limited to 'library/tcltest/tcltest.tcl')
-rw-r--r-- | library/tcltest/tcltest.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
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] |