diff options
author | dgp <dgp@users.sourceforge.net> | 2017-09-08 13:13:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-09-08 13:13:15 (GMT) |
commit | d03a4dcc88f0ffb3e882124dc89f33f138419653 (patch) | |
tree | fbaea06cc52e0ef488abe3c37f49cbd549ee8039 /library | |
parent | 4ce5b276eb3a3049947c28eed8851fd95b3744cd (diff) | |
download | tcl-d03a4dcc88f0ffb3e882124dc89f33f138419653.zip tcl-d03a4dcc88f0ffb3e882124dc89f33f138419653.tar.gz tcl-d03a4dcc88f0ffb3e882124dc89f33f138419653.tar.bz2 |
Bump to 8.7a2 to distinguish trunk from 8.7a1 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 b6e6e8b..e361645 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.7a1 +package require -exact Tcl 8.7a2 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |