summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-12 13:23:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-12 13:23:21 (GMT)
commit2db2dfd35e31ce264948ce805c95046062ff5ccd (patch)
tree2c473841d0bd0ed441c8ca9aa3d59119a8710141 /library
parent59ded443ac132275413b2e6f6e9cb4eb6cba468b (diff)
downloadtcl-2db2dfd35e31ce264948ce805c95046062ff5ccd.zip
tcl-2db2dfd35e31ce264948ce805c95046062ff5ccd.tar.gz
tcl-2db2dfd35e31ce264948ce805c95046062ff5ccd.tar.bz2
Start RC branch for Tcl 8.6.6
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: