diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-03 14:08:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-03 14:08:49 (GMT) |
commit | dfe92fee6cdcf5ae490fb332111618fbb08a6bdd (patch) | |
tree | 67beb5bc2ab01dea876bee2dcd825f95eb7ae6b8 /library | |
parent | d9823d1d2b4d2f7e653dbd27b3ce38b470cf7b42 (diff) | |
parent | 6470859885f92e276993f88322b090eca3cb24f2 (diff) | |
download | tcl-dfe92fee6cdcf5ae490fb332111618fbb08a6bdd.zip tcl-dfe92fee6cdcf5ae490fb332111618fbb08a6bdd.tar.gz tcl-dfe92fee6cdcf5ae490fb332111618fbb08a6bdd.tar.bz2 |
merge main dev 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: |