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)
commit7e79080ed7bb9d1531c703b34cccad1ccee84dd7 (patch)
treeb705fa28df224cbddb1f6abcdb645139da133512 /library/init.tcl
parent8104f5f53df16c73196450563e867f62798448e1 (diff)
downloadtcl-7e79080ed7bb9d1531c703b34cccad1ccee84dd7.zip
tcl-7e79080ed7bb9d1531c703b34cccad1ccee84dd7.tar.gz
tcl-7e79080ed7bb9d1531c703b34cccad1ccee84dd7.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: