diff options
author | dgp@users.sourceforge.net <dgp> | 2014-07-23 12:26:44 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2014-07-23 12:26:44 (GMT) |
commit | aff1c4c59cc5a79b645a855f624d08b014585526 (patch) | |
tree | b8987734d859000e7b0bd29e9b9ac4a36abff80a /library/tk.tcl | |
parent | 50c92f0a745adf8c165ad01167aad89ca293f501 (diff) | |
download | tk-aff1c4c59cc5a79b645a855f624d08b014585526.zip tk-aff1c4c59cc5a79b645a855f624d08b014585526.tar.gz tk-aff1c4c59cc5a79b645a855f624d08b014585526.tar.bz2 |
Bump to 8.5.16 for release.
Diffstat (limited to 'library/tk.tcl')
-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 f432861..bb8cb2f 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -15,7 +15,7 @@ package require Tcl 8.5 ;# Guard against [source] in an 8.4- interp before # Insist on running with compatible version of Tcl package require Tcl 8.5.0 # Verify that we have Tk binary and script components from the same release -package require -exact Tk 8.5.15 +package require -exact Tk 8.5.16 # Create a ::tk namespace namespace eval ::tk { |