diff options
author | dgp <dgp@users.sourceforge.net> | 2018-11-14 17:52:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-11-14 17:52:35 (GMT) |
commit | e326690201a1c304d6f3270988e781f00372b72a (patch) | |
tree | 137f73b36fe0a00afdaa8b476e13c1d37e6c4b7c /library/init.tcl | |
parent | b16a1198d956d1b2e69a3c5396a0a51fa6ce4cc3 (diff) | |
download | tcl-e326690201a1c304d6f3270988e781f00372b72a.zip tcl-e326690201a1c304d6f3270988e781f00372b72a.tar.gz tcl-e326690201a1c304d6f3270988e781f00372b72a.tar.bz2 |
Bump to version 8.7a3 for 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 1221e61..1511384 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 8.7a2 +package require -exact Tcl 8.7a3 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |