diff options
author | dgp <dgp@users.sourceforge.net> | 2021-06-18 18:11:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-06-18 18:11:29 (GMT) |
commit | a44478512904d7dfa4f93d1b8c38301e62d025ee (patch) | |
tree | b72128c6e187dde4785b1dc38efe8be81122e32b /library | |
parent | 9deb1f2b0abf590ec9551280107b2c365a4688cd (diff) | |
download | tcl-a44478512904d7dfa4f93d1b8c38301e62d025ee.zip tcl-a44478512904d7dfa4f93d1b8c38301e62d025ee.tar.gz tcl-a44478512904d7dfa4f93d1b8c38301e62d025ee.tar.bz2 |
Bump version number to distinguish from 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 1c92d4c..3f3b78f 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -19,7 +19,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.7a5 +package require -exact tcl 8.7a6 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |