summaryrefslogtreecommitdiffstats
path: root/library
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)
commita1db6470b525c61a75fc26133b821ca98d6c66df (patch)
treea130f6d2213c3d88eb5d9ee9bdb18e78d3bfa003 /library
parent9aefb192c71805b6be041d37310d24b5c44914cd (diff)
downloadtcl-a1db6470b525c61a75fc26133b821ca98d6c66df.zip
tcl-a1db6470b525c61a75fc26133b821ca98d6c66df.tar.gz
tcl-a1db6470b525c61a75fc26133b821ca98d6c66df.tar.bz2
Bump to 8.6.5
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 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: