diff options
| author | dgp@users.sourceforge.net <dgp> | 2015-02-05 18:17:07 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2015-02-05 18:17:07 (GMT) |
| commit | 35c05316f6e863f63054350999885fa8942f14f2 (patch) | |
| tree | a54c12ef1b93361789e2e628a7c5b412fe33afa7 /library/init.tcl | |
| parent | ce41d5e57cf2aa4380bcefbfaf0a294890d40683 (diff) | |
| download | tcl-35c05316f6e863f63054350999885fa8942f14f2.zip tcl-35c05316f6e863f63054350999885fa8942f14f2.tar.gz tcl-35c05316f6e863f63054350999885fa8942f14f2.tar.bz2 | |
Bump to version 8.5.18.
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 5004e0c..4981cd6 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.17 +package require -exact Tcl 8.5.18 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |
