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 | d31d85870254e265c5e12a212e3ade58e63c247e (patch) | |
tree | 25c096dd62c3231f11d879fafffb38939a61b89b /library/init.tcl | |
parent | ef89704696f7ce48c9e84dff959c72e2fd887959 (diff) | |
download | tcl-d31d85870254e265c5e12a212e3ade58e63c247e.zip tcl-d31d85870254e265c5e12a212e3ade58e63c247e.tar.gz tcl-d31d85870254e265c5e12a212e3ade58e63c247e.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: |