diff options
author | dgp <dgp@users.sourceforge.net> | 2013-03-21 19:09:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-03-21 19:09:25 (GMT) |
commit | ac5e6e960a4c0254c617913f539e489860299ce6 (patch) | |
tree | 4f9301642f0b7b829e5a39843a75f1fea2ce282d /library | |
parent | b49107e5e323792c06ddde8bec11d840fa7b4ff2 (diff) | |
download | tcl-ac5e6e960a4c0254c617913f539e489860299ce6.zip tcl-ac5e6e960a4c0254c617913f539e489860299ce6.tar.gz tcl-ac5e6e960a4c0254c617913f539e489860299ce6.tar.bz2 |
Release branch for Tcl 8.5.14.
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 21e0370..071e6df 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.13 +package require -exact Tcl 8.5.14 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |