summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-27 18:55:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-27 18:55:23 (GMT)
commit2119f5dcbf026df83d8e30b7cb7648f296cb3c5f (patch)
treeda1cf11e12bf524556ed195b9e811ee39fefa84b /library
parentc8206cd0eabcf7418eb982e0b8e5d680a46e68c9 (diff)
parenta1b3e256e7d1607cf66fd65931a60d041d3ba566 (diff)
downloadtcl-2119f5dcbf026df83d8e30b7cb7648f296cb3c5f.zip
tcl-2119f5dcbf026df83d8e30b7cb7648f296cb3c5f.tar.gz
tcl-2119f5dcbf026df83d8e30b7cb7648f296cb3c5f.tar.bz2
merge release
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 9fd2170..9ca4514 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.5
+package require -exact Tcl 8.6.6
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: