summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-02-05 18:17:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-02-05 18:17:07 (GMT)
commit4b3f548c27a261486fcf98dc1fae95b0e06193db (patch)
treea54c12ef1b93361789e2e628a7c5b412fe33afa7 /library/init.tcl
parent8ee4bdf94d73b352621e92007ed58ed72389adc7 (diff)
downloadtcl-4b3f548c27a261486fcf98dc1fae95b0e06193db.zip
tcl-4b3f548c27a261486fcf98dc1fae95b0e06193db.tar.gz
tcl-4b3f548c27a261486fcf98dc1fae95b0e06193db.tar.bz2
Bump to version 8.5.18.
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 5004e0c..4981cd6 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.5.17
+package require -exact Tcl 8.5.18
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: