diff options
author | dgp <dgp@users.sourceforge.net> | 2016-03-01 13:42:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-03-01 13:42:43 (GMT) |
commit | bcb71c3efaadfc55dcd742522aaf331a40b9a7ec (patch) | |
tree | 668fe58251cf32d8684e2977a1659c8ce6e609e9 /library | |
parent | 505168f33072ae432a1f15d9fad413cb68095477 (diff) | |
parent | 8019506921eab871f899a0fa2aa8386e9e5b8178 (diff) | |
download | tk-bcb71c3efaadfc55dcd742522aaf331a40b9a7ec.zip tk-bcb71c3efaadfc55dcd742522aaf331a40b9a7ec.tar.gz tk-bcb71c3efaadfc55dcd742522aaf331a40b9a7ec.tar.bz2 |
merge release
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 946ab7e..38162d1 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.6.4 +package require -exact Tk 8.6.5 # Create a ::tk namespace namespace eval ::tk { |