diff options
| author | dgp@users.sourceforge.net <dgp> | 2014-07-23 12:26:21 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2014-07-23 12:26:21 (GMT) |
| commit | 09994adf8020cb74432ef117018ee58549deab78 (patch) | |
| tree | 1627e714a9191e6b7d567fb0a0302d5ead591678 /library/init.tcl | |
| parent | 32697150a1a00555a35488bf6ed79e57552291c6 (diff) | |
| download | tcl-09994adf8020cb74432ef117018ee58549deab78.zip tcl-09994adf8020cb74432ef117018ee58549deab78.tar.gz tcl-09994adf8020cb74432ef117018ee58549deab78.tar.bz2 | |
Bump to 8.5.16 for release.
Diffstat (limited to 'library/init.tcl')
| -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: |
