diff options
author | dgp <dgp@users.sourceforge.net> | 2011-07-18 13:54:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-07-18 13:54:21 (GMT) |
commit | 5928b51c72976f8a302d7b9efbedfa4623b30f73 (patch) | |
tree | 2b1921272b8c270ee2c34ea3d25c0e456c7b6b56 /library | |
parent | 07ec35d561f2b1def36a0a68325ca561055507d0 (diff) | |
download | tk-5928b51c72976f8a302d7b9efbedfa4623b30f73.zip tk-5928b51c72976f8a302d7b9efbedfa4623b30f73.tar.gz tk-5928b51c72976f8a302d7b9efbedfa4623b30f73.tar.bz2 |
Bump version number to 8.6b2
Diffstat (limited to 'library')
-rw-r--r-- | library/tk.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index a88056b..5e6f4a6 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -13,7 +13,7 @@ # Insist on running with compatible version of Tcl package require Tcl 8.6 # Verify that we have Tk binary and script components from the same release -package require -exact Tk 8.6b1.2 +package require -exact Tk 8.6b2 # Create a ::tk namespace namespace eval ::tk { |