diff options
author | dgp <dgp@users.sourceforge.net> | 2022-06-06 16:51:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-06-06 16:51:24 (GMT) |
commit | 9b1a7da59be393b5b4695631cadf5423a3c87a7d (patch) | |
tree | d5645aac04e9ccb138d40ad4731b9d30f5f6e45b /library | |
parent | 211f4f652248b5d40573bb51fbfe7ed687e5eded (diff) | |
download | tcl-9b1a7da59be393b5b4695631cadf5423a3c87a7d.zip tcl-9b1a7da59be393b5b4695631cadf5423a3c87a7d.tar.gz tcl-9b1a7da59be393b5b4695631cadf5423a3c87a7d.tar.bz2 |
Bump to 8.6.13 for release
Diffstat (limited to 'library')
-rw-r--r-- | library/init.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl index edf6bd5..0655dc8 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.12 +package require -exact Tcl 8.6.13 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |