diff options
author | dgp <dgp@users.sourceforge.net> | 2020-07-06 20:34:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-07-06 20:34:31 (GMT) |
commit | c56d964dcb20fe65c38e65b7274c45351b7e6e44 (patch) | |
tree | 984f8f63f5876c64831dc70bf63e87fcaefd504b /library/init.tcl | |
parent | 870670e4d40ffddec9c1fda18e8dabfeaa3d9afe (diff) | |
download | tcl-c56d964dcb20fe65c38e65b7274c45351b7e6e44.zip tcl-c56d964dcb20fe65c38e65b7274c45351b7e6e44.tar.gz tcl-c56d964dcb20fe65c38e65b7274c45351b7e6e44.tar.bz2 |
Bump to 8.6.11 for release.
Diffstat (limited to 'library/init.tcl')
-rw-r--r-- | library/init.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl index e6964e0..1841170 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -16,7 +16,7 @@ if {[info commands package] == ""} { error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]" } -package require -exact Tcl 8.6.10 +package require -exact Tcl 8.6.11 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |