summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-10-23 14:30:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-10-23 14:30:40 (GMT)
commit8ce51a07b8d38dd87747125c886b78d9960f9fe8 (patch)
treeb73b9401062024257cd42aa3034e00c36bf38177 /library
parentca7c0960d7638677ec58d01f6229fda1c9e310a4 (diff)
downloadtcl-8ce51a07b8d38dd87747125c886b78d9960f9fe8.zip
tcl-8ce51a07b8d38dd87747125c886b78d9960f9fe8.tar.gz
tcl-8ce51a07b8d38dd87747125c886b78d9960f9fe8.tar.bz2
Bump to release number 8.5.19
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 62729e6..aaf148b 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.18
+package require -exact Tcl 8.5.19
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: