summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-11-12 04:35:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-11-12 04:35:37 (GMT)
commitc3c06423586daccaeba84d4aacf23f375121434c (patch)
tree1820e19528361121feac19bbe0b3ec0e12d40907 /library/init.tcl
parent69d586c18ca336c0b7eafea4bdebcf7c01b769ce (diff)
parentd18e6da3e471bdaecc24da3e4dfb28620b880daa (diff)
downloadtcl-c3c06423586daccaeba84d4aacf23f375121434c.zip
tcl-c3c06423586daccaeba84d4aacf23f375121434c.tar.gz
tcl-c3c06423586daccaeba84d4aacf23f375121434c.tar.bz2
merge release
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 265f928..f1f7704 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.2
+package require -exact Tcl 8.6.3
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: