summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-12-22 15:21:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-12-22 15:21:56 (GMT)
commit4f3dd6a05175dd7cda7751de8463eac57598e349 (patch)
tree55feca0496a6c29e09c840b5d03386da3964ddef /library/init.tcl
parentee58f2d325a281f03cf6669e8d7ae2c377a5af2d (diff)
parent296aebbd6ee092a25741684fa37ee31ef5a3e222 (diff)
downloadtcl-4f3dd6a05175dd7cda7751de8463eac57598e349.zip
tcl-4f3dd6a05175dd7cda7751de8463eac57598e349.tar.gz
tcl-4f3dd6a05175dd7cda7751de8463eac57598e349.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 3ec78af..e836df9 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -15,7 +15,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.6b3
+package require -exact Tcl 8.6.0
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: