diff options
author | dgp <dgp@users.sourceforge.net> | 2013-08-29 20:08:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-08-29 20:08:04 (GMT) |
commit | b9ef27650542d7fc1a804c5779b6ec6f0e569f84 (patch) | |
tree | 68f1dee191fab43e0f73cffbc5d070341662455c /library/init.tcl | |
parent | 5cdaf0e05bd402111776b93b830743a9746ad571 (diff) | |
download | tcl-b9ef27650542d7fc1a804c5779b6ec6f0e569f84.zip tcl-b9ef27650542d7fc1a804c5779b6ec6f0e569f84.tar.gz tcl-b9ef27650542d7fc1a804c5779b6ec6f0e569f84.tar.bz2 |
Bump to 8.5.15 for release.
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 071e6df..6b49fdf 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.14 +package require -exact Tcl 8.5.15 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |