diff options
author | dgp <dgp@noemail.net> | 2014-10-13 17:39:26 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2014-10-13 17:39:26 (GMT) |
commit | 2042104f7396af7f17d08e904ee5792c6ec79375 (patch) | |
tree | 942001ace5ff9da1d3613483dc3eee3f4d327994 /library | |
parent | bc49795576fda5a546cea0e9f337bd94dde85c77 (diff) | |
download | tk-2042104f7396af7f17d08e904ee5792c6ec79375.zip tk-2042104f7396af7f17d08e904ee5792c6ec79375.tar.gz tk-2042104f7396af7f17d08e904ee5792c6ec79375.tar.bz2 |
Bump to 8.5.17
FossilOrigin-Name: f3424783a86bfd4f1b8f9f96c406ffb9546c2fd0
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 bb8cb2f..3dae5d4 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.16 +package require -exact Tk 8.5.17 # Create a ::tk namespace namespace eval ::tk { |