diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-27 08:12:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-27 08:12:26 (GMT) |
commit | 8e166381ae6537d190dcf8e471675d50653293f6 (patch) | |
tree | 20eadba5088cdecc7a8a913bfa5eedc7f6584b3e /library | |
parent | 570c870e93aa17edc9390988a7670a73f4cba842 (diff) | |
download | tcl-8e166381ae6537d190dcf8e471675d50653293f6.zip tcl-8e166381ae6537d190dcf8e471675d50653293f6.tar.gz tcl-8e166381ae6537d190dcf8e471675d50653293f6.tar.bz2 |
Bump to 8.6.12 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 0a1f53a..edf6bd5 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.11 +package require -exact Tcl 8.6.12 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |