diff options
| author | dgp <dgp@users.sourceforge.net> | 2021-11-05 21:23:44 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2021-11-05 21:23:44 (GMT) |
| commit | 28fb151fd7e657361b27b69214c2526e416ccd02 (patch) | |
| tree | 5dabfdf8a46d431b7556668f3738afe63506113c /library/init.tcl | |
| parent | d9aca414329c5e94459a6ba1aa2956ff25bd8594 (diff) | |
| parent | eea5dbac2620e113f750915cfb87561075082368 (diff) | |
| download | tcl-28fb151fd7e657361b27b69214c2526e416ccd02.zip tcl-28fb151fd7e657361b27b69214c2526e416ccd02.tar.gz tcl-28fb151fd7e657361b27b69214c2526e416ccd02.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 0a1f53a..edf6bd5 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.11 +package require -exact Tcl 8.6.12 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |
