summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-08-10 14:29:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-08-10 14:29:11 (GMT)
commitdcce727d32aec1f557bcb717e8219ee45cfc4582 (patch)
treebcea03267196e714e491bcc50c93a7def3a95f37 /library
parentaef250b467e7a45e1f29e9bb4b4486c121603c62 (diff)
downloadtcl-dcce727d32aec1f557bcb717e8219ee45cfc4582.zip
tcl-dcce727d32aec1f557bcb717e8219ee45cfc4582.tar.gz
tcl-dcce727d32aec1f557bcb717e8219ee45cfc4582.tar.bz2
Release candidate branch for Tcl 8.7a1.
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 ece1e44..b6e6e8b 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.7a0
+package require -exact Tcl 8.7a1
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: