diff options
author | dgp <dgp@users.sourceforge.net> | 2016-03-03 19:45:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-03-03 19:45:52 (GMT) |
commit | 14ed75f370cd191162041f91fa4905e7ff6b4944 (patch) | |
tree | 0add9bae925a89aa5e64d09a70aef3e244184784 /library | |
parent | 8815f9f3c32c06e9f2d1d2b8ea69e1810988c5a4 (diff) | |
download | tcl-14ed75f370cd191162041f91fa4905e7ff6b4944.zip tcl-14ed75f370cd191162041f91fa4905e7ff6b4944.tar.gz tcl-14ed75f370cd191162041f91fa4905e7ff6b4944.tar.bz2 |
Bump trunk to 8.7a0 to accept new feature development.
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 9fd2170..544ea77 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.6.5 +package require -exact Tcl 8.7a0 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |