diff options
author | dgp <dgp@users.sourceforge.net> | 2014-07-28 14:50:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-07-28 14:50:06 (GMT) |
commit | 2c69a7d61e8e1e30541856b1d29c0e2d7417a972 (patch) | |
tree | 543e4fbdcd42b17ee8437ecb05a8ce6f54a388d0 /library | |
parent | 11fd12af2870dc4cd5c239d7f31f8415ac09b732 (diff) | |
download | tcl-2c69a7d61e8e1e30541856b1d29c0e2d7417a972.zip tcl-2c69a7d61e8e1e30541856b1d29c0e2d7417a972.tar.gz tcl-2c69a7d61e8e1e30541856b1d29c0e2d7417a972.tar.bz2 |
Bump to 8.6.2 for 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 bb17319..265f928 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.1 +package require -exact Tcl 8.6.2 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |