diff options
author | dgp <dgp@users.sourceforge.net> | 2017-11-03 17:11:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-11-03 17:11:13 (GMT) |
commit | 1a0c2e24ebd161899980a2a962a854e143d4ae1d (patch) | |
tree | 7984f5e454fb6270cde56f7c61bf2fc60be94d11 /library/init.tcl | |
parent | 10a93057770dc08da0e135cea50d1a723fa47f42 (diff) | |
download | tcl-1a0c2e24ebd161899980a2a962a854e143d4ae1d.zip tcl-1a0c2e24ebd161899980a2a962a854e143d4ae1d.tar.gz tcl-1a0c2e24ebd161899980a2a962a854e143d4ae1d.tar.bz2 |
Bump to 9.0a0
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 87d9f14..4ef78a5 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.7a2 +package require -exact Tcl 9.0a0 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |