diff options
| author | dgp <dgp@users.sourceforge.net> | 2012-11-12 23:22:56 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2012-11-12 23:22:56 (GMT) |
| commit | 03619bc8f398d032fe80e8ebaa683e39a20a3425 (patch) | |
| tree | bd75f4eb20a4183ad9bbf36bb1b325de78958e8b /library/init.tcl | |
| parent | 9805b9b12379977e26417a591ede1c4ec7e7454d (diff) | |
| parent | 9b833e95c6079739abfbbe5ef2ca028cc651d2b6 (diff) | |
| download | tcl-03619bc8f398d032fe80e8ebaa683e39a20a3425.zip tcl-03619bc8f398d032fe80e8ebaa683e39a20a3425.tar.gz tcl-03619bc8f398d032fe80e8ebaa683e39a20a3425.tar.bz2 | |
merge release to 8.5
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 16957b3..1e7e2cd 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.12 +package require -exact Tcl 8.5.13 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |
