diff options
| author | dgp@users.sourceforge.net <dgp> | 2014-10-10 20:17:12 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2014-10-10 20:17:12 (GMT) |
| commit | d95b8bd78ed40542d2d61767839639dd4aaa133f (patch) | |
| tree | bc17980a0d171b8c6b0a474629a2fe7db715769d /library/init.tcl | |
| parent | 151e614717bc8d97853912b6cf6da51bce935c41 (diff) | |
| download | tcl-d95b8bd78ed40542d2d61767839639dd4aaa133f.zip tcl-d95b8bd78ed40542d2d61767839639dd4aaa133f.tar.gz tcl-d95b8bd78ed40542d2d61767839639dd4aaa133f.tar.bz2 | |
Bump to 8.5.17
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 61a80a5..5004e0c 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.16 +package require -exact Tcl 8.5.17 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |
