summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-07-06 20:34:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-07-06 20:34:31 (GMT)
commitc56d964dcb20fe65c38e65b7274c45351b7e6e44 (patch)
tree984f8f63f5876c64831dc70bf63e87fcaefd504b /library/init.tcl
parent870670e4d40ffddec9c1fda18e8dabfeaa3d9afe (diff)
downloadtcl-c56d964dcb20fe65c38e65b7274c45351b7e6e44.zip
tcl-c56d964dcb20fe65c38e65b7274c45351b7e6e44.tar.gz
tcl-c56d964dcb20fe65c38e65b7274c45351b7e6e44.tar.bz2
Bump to 8.6.11 for 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 e6964e0..1841170 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.10
+package require -exact Tcl 8.6.11
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: