summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-09-08 12:50:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-09-08 12:50:06 (GMT)
commitf2f01df4f4c6ee825fa197847b8b314055ab5d61 (patch)
tree3175461f231ef95d2d3adbdb93f25359fd777517 /library/init.tcl
parent48ce21e3a9c2c9da4e4674bf08275e378629a0e3 (diff)
parent07439c39950eae5cb6e12fd1ae2f7ad82a0df062 (diff)
downloadtcl-f2f01df4f4c6ee825fa197847b8b314055ab5d61.zip
tcl-f2f01df4f4c6ee825fa197847b8b314055ab5d61.tar.gz
tcl-f2f01df4f4c6ee825fa197847b8b314055ab5d61.tar.bz2
merge release
Diffstat (limited to 'library/init.tcl')
-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: