diff options
author | dgp <dgp@users.sourceforge.net> | 2012-07-10 14:00:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-07-10 14:00:46 (GMT) |
commit | c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617 (patch) | |
tree | 2f4fe6a80c3813cdd2724f6bca5cd3ec5ee2134b /library/init.tcl | |
parent | e2a8d6ca464ae7a8fefa63c1e95c9387cfdbd339 (diff) | |
download | tcl-c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617.zip tcl-c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617.tar.gz tcl-c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617.tar.bz2 |
Release candidate branch for Tcl 8.5.12.
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 28689ab..f6dfdba 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -15,7 +15,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.11 +package require -exact Tcl 8.5.12 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |