diff options
| author | dgp <dgp@users.sourceforge.net> | 2011-11-07 17:23:15 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2011-11-07 17:23:15 (GMT) |
| commit | a770647d6100f56b1d13bdefda034300f682aacc (patch) | |
| tree | 4317fc7f00d78f87a0e909c5dc0ca3e1e1b56764 /library/init.tcl | |
| parent | d70fdf0f646214181606e609768b1ee62ad1b5cc (diff) | |
| parent | f36113a883be8fc4b9a4c391a3f2f31554e807ea (diff) | |
| download | tcl-a770647d6100f56b1d13bdefda034300f682aacc.zip tcl-a770647d6100f56b1d13bdefda034300f682aacc.tar.gz tcl-a770647d6100f56b1d13bdefda034300f682aacc.tar.bz2 | |
merge release to dev
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: |
