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 | c3bc044a11afd5304095c7b5c5f4b0e13ef49f65 (patch) | |
tree | 52775a10fd52667fca9ad673db42a7aa148524a1 /library/init.tcl | |
parent | a2773a3892302e9ae41289f228c157e55dbf2063 (diff) | |
download | tcl-c3bc044a11afd5304095c7b5c5f4b0e13ef49f65.zip tcl-c3bc044a11afd5304095c7b5c5f4b0e13ef49f65.tar.gz tcl-c3bc044a11afd5304095c7b5c5f4b0e13ef49f65.tar.bz2 |
Bump version number to 8.6b2.
Diffstat (limited to 'library/init.tcl')
-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: |