diff options
author | dgp <dgp@users.sourceforge.net> | 2017-09-11 12:02:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-09-11 12:02:49 (GMT) |
commit | 89524bf4844ba4249cf17c065af82f7169049e8d (patch) | |
tree | c2ad3985c8bb64c8bf2a2ad7baaa866467ae3374 /library | |
parent | 9b5022802ed7e2cd7fb00f992f447ca5ca392601 (diff) | |
parent | 3e55dbb18cf086d34207ca2e744ecea04cc67b38 (diff) | |
download | tcl-89524bf4844ba4249cf17c065af82f7169049e8d.zip tcl-89524bf4844ba4249cf17c065af82f7169049e8d.tar.gz tcl-89524bf4844ba4249cf17c065af82f7169049e8d.tar.bz2 |
merge trunk
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 ece1e44..e361645 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.7a0 +package require -exact Tcl 8.7a2 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |