diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-06 11:34:36 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-06 11:34:36 (GMT) |
| commit | eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d (patch) | |
| tree | dd69647fd8d4f15491d03172e402c4aa33c6fabf /library/tcltest/tcltest.tcl | |
| parent | ca9dfb04eafef3e5eaa295b8da62761b332b2939 (diff) | |
| parent | 0a38e523d30dbe1119fa0a84fb1e08860f029220 (diff) | |
| download | tcl-eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d.zip tcl-eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d.tar.gz tcl-eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d.tar.bz2 | |
Merge 8.7
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 aebc6e5..3c58782 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.3 + variable Version 2.5.4 # Compatibility support for dumb variables defined in tcltest 1 # Do not use these. Call [package provide Tcl] and [info patchlevel] |
