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 | cfb0ea03eccc0800bce85e0bd11ba96f66c43a8e (patch) | |
tree | 543e4fbdcd42b17ee8437ecb05a8ce6f54a388d0 /library | |
parent | c6eb718dfd01df6d6a47986e76cd033e39122a27 (diff) | |
download | tcl-cfb0ea03eccc0800bce85e0bd11ba96f66c43a8e.zip tcl-cfb0ea03eccc0800bce85e0bd11ba96f66c43a8e.tar.gz tcl-cfb0ea03eccc0800bce85e0bd11ba96f66c43a8e.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: |