diff options
author | dgp <dgp@users.sourceforge.net> | 2012-07-11 17:09:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-07-11 17:09:44 (GMT) |
commit | d9e114d7503c849a470e4ffd4514b7bb0f69fcd6 (patch) | |
tree | 83c4f9ee912615e82e4730155c6a49338e222473 /library/init.tcl | |
parent | 2f637c7fa9b533921164f3f424359d35ae2ae3ed (diff) | |
download | tcl-d9e114d7503c849a470e4ffd4514b7bb0f69fcd6.zip tcl-d9e114d7503c849a470e4ffd4514b7bb0f69fcd6.tar.gz tcl-d9e114d7503c849a470e4ffd4514b7bb0f69fcd6.tar.bz2 |
Release candidate branch for Tcl 8.6b3.
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 d8de540..e4b14d2 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -15,7 +15,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.6b2 +package require -exact Tcl 8.6b3 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |