diff options
author | dgp <dgp@noemail.net> | 2015-02-05 18:34:43 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2015-02-05 18:34:43 (GMT) |
commit | cc86d2a29ee272266e5a83f242419fc9a504ac9a (patch) | |
tree | c1fd0379c7ff7ad6bd68efda3b2f04491cf1feb8 /library | |
parent | f98f8fcfa86f302855e1ddf2ab321e07bf67f63f (diff) | |
download | tk-cc86d2a29ee272266e5a83f242419fc9a504ac9a.zip tk-cc86d2a29ee272266e5a83f242419fc9a504ac9a.tar.gz tk-cc86d2a29ee272266e5a83f242419fc9a504ac9a.tar.bz2 |
Bump to version 8.5.18.
FossilOrigin-Name: 482ec103d298a38c9ce50bc786049d3a4c50e185
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 3dae5d4..a9db8cb 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.17 +package require -exact Tk 8.5.18 # Create a ::tk namespace namespace eval ::tk { |