diff options
author | dgp <dgp@users.sourceforge.net> | 2014-10-10 20:17:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-10-10 20:17:12 (GMT) |
commit | 866ad1ea378141901e68603ec8f10f83bf45dac3 (patch) | |
tree | bc17980a0d171b8c6b0a474629a2fe7db715769d /library/init.tcl | |
parent | 61bb4f72ffe5a564476a0d33e12ddc2fa4eea9c1 (diff) | |
download | tcl-866ad1ea378141901e68603ec8f10f83bf45dac3.zip tcl-866ad1ea378141901e68603ec8f10f83bf45dac3.tar.gz tcl-866ad1ea378141901e68603ec8f10f83bf45dac3.tar.bz2 |
Bump to 8.5.17
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 61a80a5..5004e0c 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.16 +package require -exact Tcl 8.5.17 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |