summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-09-20 05:28:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-09-20 05:28:59 (GMT)
commita28b7ede49c7e21c0d7150cca682433e94a78464 (patch)
tree0788fa361fa4f292bdf6f164b932748d96b0b15b /library/init.tcl
parent2139c0e39e6fb83eb76edc0088de73b9caa7cdb3 (diff)
parent9e2fa9ea7edc34ebf959378f2bdbe0521bd7d2e4 (diff)
downloadtcl-a28b7ede49c7e21c0d7150cca682433e94a78464.zip
tcl-a28b7ede49c7e21c0d7150cca682433e94a78464.tar.gz
tcl-a28b7ede49c7e21c0d7150cca682433e94a78464.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 bedc06e..1ca6413 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.0
+package require -exact Tcl 8.6.1
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: