diff options
author | dgp <dgp@users.sourceforge.net> | 2015-02-05 18:17:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-02-05 18:17:07 (GMT) |
commit | 08fa42eaa0798c68ec6a365e3f2ab1905e97b287 (patch) | |
tree | a54c12ef1b93361789e2e628a7c5b412fe33afa7 /library | |
parent | 9f39fc4286082e4e7a7b52711f7b37c8c6fddf7c (diff) | |
download | tcl-08fa42eaa0798c68ec6a365e3f2ab1905e97b287.zip tcl-08fa42eaa0798c68ec6a365e3f2ab1905e97b287.tar.gz tcl-08fa42eaa0798c68ec6a365e3f2ab1905e97b287.tar.bz2 |
Bump to version 8.5.18.
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 5004e0c..4981cd6 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.17 +package require -exact Tcl 8.5.18 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |