summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2014-11-13 14:13:08 (GMT)
committerhypnotoad <yoda@etoyoc.com>2014-11-13 14:13:08 (GMT)
commite8791dff8521f08ab72ba7b5b3453d0b523b6c41 (patch)
treee4ffd7530c91f327857687d7b09a1f360f364f15 /library
parent80eb226a4cd11f29ef5edbb116522735d1a106c9 (diff)
parent88c3379dd281e3efc6f1c961ff6cce618972065c (diff)
downloadtcl-e8791dff8521f08ab72ba7b5b3453d0b523b6c41.zip
tcl-e8791dff8521f08ab72ba7b5b3453d0b523b6c41.tar.gz
tcl-e8791dff8521f08ab72ba7b5b3453d0b523b6c41.tar.bz2
Merging in changes from trunk
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 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: