diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-08 15:25:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-08 15:25:30 (GMT) |
commit | aa4274da58363cc82765a9eba3e5f3a957573041 (patch) | |
tree | 4a3cd8c74a09d88b96b73a3c15ea2d3298a9a558 /library | |
parent | e69074dd7f618d5e64855c98216659cf795a5c9d (diff) | |
download | tcl-aa4274da58363cc82765a9eba3e5f3a957573041.zip tcl-aa4274da58363cc82765a9eba3e5f3a957573041.tar.gz tcl-aa4274da58363cc82765a9eba3e5f3a957573041.tar.bz2 |
Create Tcl 8.6.0 release branch
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 3ec78af..e836df9 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.6b3 +package require -exact Tcl 8.6.0 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |