diff options
author | dgp <dgp@users.sourceforge.net> | 2014-07-23 12:26:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-07-23 12:26:44 (GMT) |
commit | dc9bb701733f26a369481c4894ba010899c72510 (patch) | |
tree | aa5bdda31cbb5e0908a08a3a71e1423ed9bb50e5 /library | |
parent | c41803e7baade9bed5472c97c9a4d4303811542e (diff) | |
download | tk-dc9bb701733f26a369481c4894ba010899c72510.zip tk-dc9bb701733f26a369481c4894ba010899c72510.tar.gz tk-dc9bb701733f26a369481c4894ba010899c72510.tar.bz2 |
Bump to 8.5.16 for 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 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 { |