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)
commitb9ae4bcae4f10a98c180b3a951f58c8a5ac03f8e (patch)
treefbaea06cc52e0ef488abe3c37f49cbd549ee8039 /library
parentf2f01df4f4c6ee825fa197847b8b314055ab5d61 (diff)
downloadtcl-b9ae4bcae4f10a98c180b3a951f58c8a5ac03f8e.zip
tcl-b9ae4bcae4f10a98c180b3a951f58c8a5ac03f8e.tar.gz
tcl-b9ae4bcae4f10a98c180b3a951f58c8a5ac03f8e.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: