summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2024-01-16 01:05:52 (GMT)
committergriffin <briang42@easystreet.net>2024-01-16 01:05:52 (GMT)
commit374ccca513cc5aa17aa70e5aad998b393e5c15ae (patch)
treefce8308b8171ab810d1711a1c5dfe7cdc3b4f188 /library
parent70cd9b24ad02580678df10f151af7e7fbc4e8769 (diff)
downloadtcl-374ccca513cc5aa17aa70e5aad998b393e5c15ae.zip
tcl-374ccca513cc5aa17aa70e5aad998b393e5c15ae.tar.gz
tcl-374ccca513cc5aa17aa70e5aad998b393e5c15ae.tar.bz2
Bump to 8.6.14 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 9412e00..3cf117f 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.6.13
+package require -exact Tcl 8.6.14
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: