diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-20 16:06:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-20 16:06:53 (GMT) |
commit | 3fae8702b50258a666aded0826ce4ae1b33ab2ab (patch) | |
tree | 45153c577e9c403c105af07f94031793a3b8ee5e /library/init.tcl | |
parent | 24e68e380047182b814e3d6a47bc20345919b18d (diff) | |
download | tcl-3fae8702b50258a666aded0826ce4ae1b33ab2ab.zip tcl-3fae8702b50258a666aded0826ce4ae1b33ab2ab.tar.gz tcl-3fae8702b50258a666aded0826ce4ae1b33ab2ab.tar.bz2 |
Release candidate branch for Tcl 8.5.11.
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 1dd5881..389f319 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.5.10 +package require -exact Tcl 8.5.11 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |