diff options
author | dgp <dgp@users.sourceforge.net> | 2013-08-30 22:04:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-08-30 22:04:12 (GMT) |
commit | a1f0dd74ffe8b407f725f089784f2dd51c2ab548 (patch) | |
tree | 81292bfb382d4b828fa3788b3b042e8539c4973c /library | |
parent | 1d512f82013b5c80636c8522357aabe3b429f143 (diff) | |
download | tcl-a1f0dd74ffe8b407f725f089784f2dd51c2ab548.zip tcl-a1f0dd74ffe8b407f725f089784f2dd51c2ab548.tar.gz tcl-a1f0dd74ffe8b407f725f089784f2dd51c2ab548.tar.bz2 |
Bump version number to 8.6.1.
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 bedc06e..1ca6413 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.0 +package require -exact Tcl 8.6.1 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |