diff options
author | dgp <dgp@users.sourceforge.net> | 2016-01-28 17:33:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-01-28 17:33:21 (GMT) |
commit | a1db6470b525c61a75fc26133b821ca98d6c66df (patch) | |
tree | a130f6d2213c3d88eb5d9ee9bdb18e78d3bfa003 /library | |
parent | 9aefb192c71805b6be041d37310d24b5c44914cd (diff) | |
download | tcl-a1db6470b525c61a75fc26133b821ca98d6c66df.zip tcl-a1db6470b525c61a75fc26133b821ca98d6c66df.tar.gz tcl-a1db6470b525c61a75fc26133b821ca98d6c66df.tar.bz2 |
Bump to 8.6.5
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 85900d2..9fd2170 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.4 +package require -exact Tcl 8.6.5 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |