summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-12 23:22:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-12 23:22:56 (GMT)
commit03619bc8f398d032fe80e8ebaa683e39a20a3425 (patch)
treebd75f4eb20a4183ad9bbf36bb1b325de78958e8b /library/init.tcl
parent9805b9b12379977e26417a591ede1c4ec7e7454d (diff)
parent9b833e95c6079739abfbbe5ef2ca028cc651d2b6 (diff)
downloadtcl-03619bc8f398d032fe80e8ebaa683e39a20a3425.zip
tcl-03619bc8f398d032fe80e8ebaa683e39a20a3425.tar.gz
tcl-03619bc8f398d032fe80e8ebaa683e39a20a3425.tar.bz2
merge release to 8.5
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 16957b3..1e7e2cd 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.5.12
+package require -exact Tcl 8.5.13
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: