diff options
author | dgp <dgp@users.sourceforge.net> | 2015-10-23 15:35:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-10-23 15:35:13 (GMT) |
commit | d71ad7c875011c2a2316b2ddea67184dbc874e2b (patch) | |
tree | 3a62e2226c777d4e42ff8a263823f0492d8e3b65 /library/tk.tcl | |
parent | dcc23b92a2d51d51ead788f1f4dd3f92df34722e (diff) | |
download | tk-d71ad7c875011c2a2316b2ddea67184dbc874e2b.zip tk-d71ad7c875011c2a2316b2ddea67184dbc874e2b.tar.gz tk-d71ad7c875011c2a2316b2ddea67184dbc874e2b.tar.bz2 |
Bump to release number 8.5.19
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 a9db8cb..64fb6f6 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.18 +package require -exact Tk 8.5.19 # Create a ::tk namespace namespace eval ::tk { |