summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-08 15:25:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-08 15:25:30 (GMT)
commitaa4274da58363cc82765a9eba3e5f3a957573041 (patch)
tree4a3cd8c74a09d88b96b73a3c15ea2d3298a9a558 /library
parente69074dd7f618d5e64855c98216659cf795a5c9d (diff)
downloadtcl-aa4274da58363cc82765a9eba3e5f3a957573041.zip
tcl-aa4274da58363cc82765a9eba3e5f3a957573041.tar.gz
tcl-aa4274da58363cc82765a9eba3e5f3a957573041.tar.bz2
Create Tcl 8.6.0 release branch
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 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: