diff options
author | dgp <dgp@users.sourceforge.net> | 2016-07-27 18:55:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-07-27 18:55:23 (GMT) |
commit | 2119f5dcbf026df83d8e30b7cb7648f296cb3c5f (patch) | |
tree | da1cf11e12bf524556ed195b9e811ee39fefa84b /library | |
parent | c8206cd0eabcf7418eb982e0b8e5d680a46e68c9 (diff) | |
parent | a1b3e256e7d1607cf66fd65931a60d041d3ba566 (diff) | |
download | tcl-2119f5dcbf026df83d8e30b7cb7648f296cb3c5f.zip tcl-2119f5dcbf026df83d8e30b7cb7648f296cb3c5f.tar.gz tcl-2119f5dcbf026df83d8e30b7cb7648f296cb3c5f.tar.bz2 |
merge release
Diffstat (limited to 'library')
-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 9fd2170..9ca4514 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.5 +package require -exact Tcl 8.6.6 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |