summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-09-08 13:13:15 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-09-08 13:13:15 (GMT)
commitd03a4dcc88f0ffb3e882124dc89f33f138419653 (patch)
treefbaea06cc52e0ef488abe3c37f49cbd549ee8039 /library
parent4ce5b276eb3a3049947c28eed8851fd95b3744cd (diff)
downloadtcl-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.tcl2
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: