summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-11-05 21:23:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-11-05 21:23:44 (GMT)
commit28fb151fd7e657361b27b69214c2526e416ccd02 (patch)
tree5dabfdf8a46d431b7556668f3738afe63506113c /library/init.tcl
parentd9aca414329c5e94459a6ba1aa2956ff25bd8594 (diff)
parenteea5dbac2620e113f750915cfb87561075082368 (diff)
downloadtcl-28fb151fd7e657361b27b69214c2526e416ccd02.zip
tcl-28fb151fd7e657361b27b69214c2526e416ccd02.tar.gz
tcl-28fb151fd7e657361b27b69214c2526e416ccd02.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 0a1f53a..edf6bd5 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.6.11
+package require -exact Tcl 8.6.12
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: