diff options
author | dgp <dgp@users.sourceforge.net> | 2016-07-12 13:23:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-07-12 13:23:21 (GMT) |
commit | 96d7deb99b09624805b33dd7febf0cf056b7fa03 (patch) | |
tree | 2c473841d0bd0ed441c8ca9aa3d59119a8710141 /library | |
parent | 0ceae7a8858e4fc063aaed9c90e843c52b6c4769 (diff) | |
download | tcl-96d7deb99b09624805b33dd7febf0cf056b7fa03.zip tcl-96d7deb99b09624805b33dd7febf0cf056b7fa03.tar.gz tcl-96d7deb99b09624805b33dd7febf0cf056b7fa03.tar.bz2 |
Start RC branch for Tcl 8.6.6
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 9fd2170..9ca4514 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.5 +package require -exact Tcl 8.6.6 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |