diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-26 20:17:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-26 20:17:50 (GMT) |
commit | 7d808e3fbf7835962d9124bbdf2999410d036ea3 (patch) | |
tree | 4377b2351409404d7c3fafc17e137c3e5e5d9e06 /library/init.tcl | |
parent | 62704b0bfde72fbf8ffc6f2653b715346cf9e1c4 (diff) | |
download | tcl-7d808e3fbf7835962d9124bbdf2999410d036ea3.zip tcl-7d808e3fbf7835962d9124bbdf2999410d036ea3.tar.gz tcl-7d808e3fbf7835962d9124bbdf2999410d036ea3.tar.bz2 |
Release candidate branch for Tcl 8.5.10.
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 b062650..1dd5881 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.9 +package require -exact Tcl 8.5.10 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |