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 | e32216671b7c7133f1791d3bf8cabe6185c2a082 (patch) | |
tree | 1627e714a9191e6b7d567fb0a0302d5ead591678 /library/init.tcl | |
parent | d722ee1c38abf50661b9b75544e5b3362a4e55b8 (diff) | |
download | tcl-e32216671b7c7133f1791d3bf8cabe6185c2a082.zip tcl-e32216671b7c7133f1791d3bf8cabe6185c2a082.tar.gz tcl-e32216671b7c7133f1791d3bf8cabe6185c2a082.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: |