diff options
author | dgp <dgp@users.sourceforge.net> | 2011-07-18 20:01:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-07-18 20:01:39 (GMT) |
commit | 44695da5cf0b2b661205e9509841420f6485e3c9 (patch) | |
tree | 52775a10fd52667fca9ad673db42a7aa148524a1 /library | |
parent | 1862ab1259270b5a83e955528dccc4b63c652648 (diff) | |
download | tcl-44695da5cf0b2b661205e9509841420f6485e3c9.zip tcl-44695da5cf0b2b661205e9509841420f6485e3c9.tar.gz tcl-44695da5cf0b2b661205e9509841420f6485e3c9.tar.bz2 |
Bump version number to 8.6b2.
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 f1d6a64..685fc7b 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.6b1.2 +package require -exact Tcl 8.6b2 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |