diff options
author | dgp <dgp@users.sourceforge.net> | 2016-01-28 17:33:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-01-28 17:33:21 (GMT) |
commit | f51482578db728ef5e3781b18744c09898cf29e3 (patch) | |
tree | a130f6d2213c3d88eb5d9ee9bdb18e78d3bfa003 /library | |
parent | 727efcf0120542b9998b9949210ae60b51ce1598 (diff) | |
download | tcl-f51482578db728ef5e3781b18744c09898cf29e3.zip tcl-f51482578db728ef5e3781b18744c09898cf29e3.tar.gz tcl-f51482578db728ef5e3781b18744c09898cf29e3.tar.bz2 |
Bump to 8.6.5
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 85900d2..9fd2170 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.4 +package require -exact Tcl 8.6.5 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |