diff options
author | dgp <dgp@users.sourceforge.net> | 2019-11-05 22:05:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-11-05 22:05:21 (GMT) |
commit | 16ee735e92526dcb8faceb4889bbcc7200f0993b (patch) | |
tree | b89e8af3c83c21fcd7bb01e76fd530f892e34ef0 /library | |
parent | 0d8a34fe68ba01f492bc526f5f1f5963f9b4f03d (diff) | |
download | tcl-16ee735e92526dcb8faceb4889bbcc7200f0993b.zip tcl-16ee735e92526dcb8faceb4889bbcc7200f0993b.tar.gz tcl-16ee735e92526dcb8faceb4889bbcc7200f0993b.tar.bz2 |
Bump to version 9.0a1 for release.
Diffstat (limited to 'library')
-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 0879064..9ca3eba 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -19,7 +19,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 9.0a0 +package require -exact Tcl 9.0a1 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |