diff options
author | dgp <dgp@users.sourceforge.net> | 2013-09-20 05:28:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-09-20 05:28:59 (GMT) |
commit | a28b7ede49c7e21c0d7150cca682433e94a78464 (patch) | |
tree | 0788fa361fa4f292bdf6f164b932748d96b0b15b /library/init.tcl | |
parent | 2139c0e39e6fb83eb76edc0088de73b9caa7cdb3 (diff) | |
parent | 9e2fa9ea7edc34ebf959378f2bdbe0521bd7d2e4 (diff) | |
download | tcl-a28b7ede49c7e21c0d7150cca682433e94a78464.zip tcl-a28b7ede49c7e21c0d7150cca682433e94a78464.tar.gz tcl-a28b7ede49c7e21c0d7150cca682433e94a78464.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 bedc06e..1ca6413 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.0 +package require -exact Tcl 8.6.1 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |