diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-08 15:25:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-08 15:25:30 (GMT) |
commit | 7635c56e5d97f850720e137724350c619d398810 (patch) | |
tree | 4a3cd8c74a09d88b96b73a3c15ea2d3298a9a558 /library/init.tcl | |
parent | d8ae9915ddf2b39bc343573cbf9b591304fbd7e2 (diff) | |
download | tcl-7635c56e5d97f850720e137724350c619d398810.zip tcl-7635c56e5d97f850720e137724350c619d398810.tar.gz tcl-7635c56e5d97f850720e137724350c619d398810.tar.bz2 |
Create Tcl 8.6.0 release branch
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 3ec78af..e836df9 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.6b3 +package require -exact Tcl 8.6.0 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |