summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-08-29 20:08:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-08-29 20:08:04 (GMT)
commit4874c0a0af9a15df8fc4b0994370a5d44fda5e44 (patch)
tree68f1dee191fab43e0f73cffbc5d070341662455c /library/init.tcl
parent86d682b82273fd98a4259df86f4303bc65a896b6 (diff)
downloadtcl-4874c0a0af9a15df8fc4b0994370a5d44fda5e44.zip
tcl-4874c0a0af9a15df8fc4b0994370a5d44fda5e44.tar.gz
tcl-4874c0a0af9a15df8fc4b0994370a5d44fda5e44.tar.bz2
Bump to 8.5.15 for 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 071e6df..6b49fdf 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.14
+package require -exact Tcl 8.5.15
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: