diff options
author | dgp <dgp@users.sourceforge.net> | 2014-10-14 18:12:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-10-14 18:12:36 (GMT) |
commit | f270cc876db91a80fda35fd57e55859d3a9331f6 (patch) | |
tree | 25c096dd62c3231f11d879fafffb38939a61b89b /library/init.tcl | |
parent | ceff856085045650b5b10e2d2fea1355ba78e4c4 (diff) | |
download | tcl-f270cc876db91a80fda35fd57e55859d3a9331f6.zip tcl-f270cc876db91a80fda35fd57e55859d3a9331f6.tar.gz tcl-f270cc876db91a80fda35fd57e55859d3a9331f6.tar.bz2 |
Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.
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 265f928..f1f7704 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.2 +package require -exact Tcl 8.6.3 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |