summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-01-28 17:33:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-01-28 17:33:21 (GMT)
commitf51482578db728ef5e3781b18744c09898cf29e3 (patch)
treea130f6d2213c3d88eb5d9ee9bdb18e78d3bfa003 /library/init.tcl
parent727efcf0120542b9998b9949210ae60b51ce1598 (diff)
downloadtcl-f51482578db728ef5e3781b18744c09898cf29e3.zip
tcl-f51482578db728ef5e3781b18744c09898cf29e3.tar.gz
tcl-f51482578db728ef5e3781b18744c09898cf29e3.tar.bz2
Bump to 8.6.5
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 85900d2..9fd2170 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.4
+package require -exact Tcl 8.6.5
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: