summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-03-10 15:22:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-03-10 15:22:08 (GMT)
commitf090fee89b41ac4813b896edbdb20a31bdd9c703 (patch)
tree6bd7a0866a519a3a753814390e2aff8a7b031fe6 /library
parent2c343f8ac185506f8f1b90a54ec8c352da541605 (diff)
downloadtcl-f090fee89b41ac4813b896edbdb20a31bdd9c703.zip
tcl-f090fee89b41ac4813b896edbdb20a31bdd9c703.tar.gz
tcl-f090fee89b41ac4813b896edbdb20a31bdd9c703.tar.bz2
Start RC branch for Tcl 8.6.7
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 9ca4514..0437412 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.6
+package require -exact Tcl 8.6.7
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: