diff options
author | dgp <dgp@users.sourceforge.net> | 2014-07-23 12:26:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-07-23 12:26:21 (GMT) |
commit | d59315b818150c8cb704ebd55ca0abf30c524788 (patch) | |
tree | 1627e714a9191e6b7d567fb0a0302d5ead591678 /library | |
parent | 5ca125c7ce857abbf0ff4b47b60a1853b28759a1 (diff) | |
download | tcl-d59315b818150c8cb704ebd55ca0abf30c524788.zip tcl-d59315b818150c8cb704ebd55ca0abf30c524788.tar.gz tcl-d59315b818150c8cb704ebd55ca0abf30c524788.tar.bz2 |
Bump to 8.5.16 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 38c6bb3..61a80a5 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.5.15 +package require -exact Tcl 8.5.16 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |