diff options
| author | dgp@users.sourceforge.net <dgp> | 2012-11-05 18:38:37 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2012-11-05 18:38:37 (GMT) |
| commit | 18c0ef05afeb29d07a6ee25303df3e5bb91bcced (patch) | |
| tree | e3a8deb388829b8c42cbbbc5c2eaae51afad4592 /library/init.tcl | |
| parent | 8039c1ef2901caaab9153bd69362f37eda04bb54 (diff) | |
| download | tcl-18c0ef05afeb29d07a6ee25303df3e5bb91bcced.zip tcl-18c0ef05afeb29d07a6ee25303df3e5bb91bcced.tar.gz tcl-18c0ef05afeb29d07a6ee25303df3e5bb91bcced.tar.bz2 | |
Release branch for Tcl 8.5.13.
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: |
