diff options
author | dgp <dgp@users.sourceforge.net> | 2021-05-03 20:38:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-05-03 20:38:16 (GMT) |
commit | 346e9e294098953ae67cf7e84b7078630d6ba2ae (patch) | |
tree | 6039b969b5e28c51fc0019da451996e5592de591 /library | |
parent | d33a942094b3c663e37033bddb97befbc270e6af (diff) | |
download | tcl-346e9e294098953ae67cf7e84b7078630d6ba2ae.zip tcl-346e9e294098953ae67cf7e84b7078630d6ba2ae.tar.gz tcl-346e9e294098953ae67cf7e84b7078630d6ba2ae.tar.bz2 |
Bump to version 9.0a3 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 ece3591..c01dc97 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.0a2 +package require -exact tcl 9.0a3 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |