summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-09-11 12:02:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-09-11 12:02:49 (GMT)
commit89524bf4844ba4249cf17c065af82f7169049e8d (patch)
treec2ad3985c8bb64c8bf2a2ad7baaa866467ae3374 /library
parent9b5022802ed7e2cd7fb00f992f447ca5ca392601 (diff)
parent3e55dbb18cf086d34207ca2e744ecea04cc67b38 (diff)
downloadtcl-89524bf4844ba4249cf17c065af82f7169049e8d.zip
tcl-89524bf4844ba4249cf17c065af82f7169049e8d.tar.gz
tcl-89524bf4844ba4249cf17c065af82f7169049e8d.tar.bz2
merge trunk
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..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.7a0
+package require -exact Tcl 8.7a2
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: