diff options
author | dgp <dgp@users.sourceforge.net> | 2011-08-08 18:09:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-08-08 18:09:36 (GMT) |
commit | 7d86aadfc1e60d69b218408955975c988e33c977 (patch) | |
tree | ade7312fe990496d5fcc96f33e165d04eec76656 /library | |
parent | 72ce81a049b258f65e778a1b37e57af94c643159 (diff) | |
parent | ee1221581a60b564c6e10e00ca19e4fdfe0e13ed (diff) | |
download | tk-7d86aadfc1e60d69b218408955975c988e33c977.zip tk-7d86aadfc1e60d69b218408955975c988e33c977.tar.gz tk-7d86aadfc1e60d69b218408955975c988e33c977.tar.bz2 |
merge release to trunk
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 { |