diff options
| author | dgp@users.sourceforge.net <dgp> | 2015-03-12 14:47:17 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2015-03-12 14:47:17 (GMT) |
| commit | b5d28b1f8effef0a609adf94efedd1a0bafdb3d7 (patch) | |
| tree | 7b89a58890de32291de0330d5aa51ecb76154a63 /library/init.tcl | |
| parent | e8694ef7fcc08eee7db7f9a30a2233dd148255f7 (diff) | |
| parent | 249825a4575a2c215eccde14e648667fea4eded4 (diff) | |
| download | tcl-b5d28b1f8effef0a609adf94efedd1a0bafdb3d7.zip tcl-b5d28b1f8effef0a609adf94efedd1a0bafdb3d7.tar.gz tcl-b5d28b1f8effef0a609adf94efedd1a0bafdb3d7.tar.bz2 | |
merge release
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 f1f7704..05ac4a3 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.3 +package require -exact Tcl 8.6.4 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |
