summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-02-26 16:57:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-02-26 16:57:59 (GMT)
commitac752e78b76d3d3dfb2de4126f7244348d07f3f1 (patch)
treeb705fa28df224cbddb1f6abcdb645139da133512 /library/init.tcl
parented48111ddf678e47562b98902505abac5d577e22 (diff)
downloadtcl-ac752e78b76d3d3dfb2de4126f7244348d07f3f1.zip
tcl-ac752e78b76d3d3dfb2de4126f7244348d07f3f1.tar.gz
tcl-ac752e78b76d3d3dfb2de4126f7244348d07f3f1.tar.bz2
Bump to 8.6.4.
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 f1f7704..05ac4a3 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.3
+package require -exact Tcl 8.6.4
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: