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 | 4874c0a0af9a15df8fc4b0994370a5d44fda5e44 (patch) | |
tree | 68f1dee191fab43e0f73cffbc5d070341662455c /library | |
parent | 86d682b82273fd98a4259df86f4303bc65a896b6 (diff) | |
download | tcl-4874c0a0af9a15df8fc4b0994370a5d44fda5e44.zip tcl-4874c0a0af9a15df8fc4b0994370a5d44fda5e44.tar.gz tcl-4874c0a0af9a15df8fc4b0994370a5d44fda5e44.tar.bz2 |
Bump to 8.5.15 for release.
Diffstat (limited to 'library')
-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: |