diff options
author | dgp <dgp@users.sourceforge.net> | 2015-02-26 16:57:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-02-26 16:57:59 (GMT) |
commit | ac752e78b76d3d3dfb2de4126f7244348d07f3f1 (patch) | |
tree | b705fa28df224cbddb1f6abcdb645139da133512 /library | |
parent | ed48111ddf678e47562b98902505abac5d577e22 (diff) | |
download | tcl-ac752e78b76d3d3dfb2de4126f7244348d07f3f1.zip tcl-ac752e78b76d3d3dfb2de4126f7244348d07f3f1.tar.gz tcl-ac752e78b76d3d3dfb2de4126f7244348d07f3f1.tar.bz2 |
Bump to 8.6.4.
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 f1f7704..05ac4a3 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.3 +package require -exact Tcl 8.6.4 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |