summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-07-23 12:26:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-07-23 12:26:21 (GMT)
commitd59315b818150c8cb704ebd55ca0abf30c524788 (patch)
tree1627e714a9191e6b7d567fb0a0302d5ead591678 /library
parent5ca125c7ce857abbf0ff4b47b60a1853b28759a1 (diff)
downloadtcl-d59315b818150c8cb704ebd55ca0abf30c524788.zip
tcl-d59315b818150c8cb704ebd55ca0abf30c524788.tar.gz
tcl-d59315b818150c8cb704ebd55ca0abf30c524788.tar.bz2
Bump to 8.5.16 for release.
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 38c6bb3..61a80a5 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.15
+package require -exact Tcl 8.5.16
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: