diff options
author | dgp <dgp@noemail.net> | 2013-08-30 14:39:44 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2013-08-30 14:39:44 (GMT) |
commit | ed3559884305dc20aa2c851519497a18d570c171 (patch) | |
tree | 70527d60b3ca7b7780db3dbd1639bae9f98f4bf1 /library/tk.tcl | |
parent | 1a4c3eb3aa7bdd36b3ca05caae84c70e96a90c34 (diff) | |
download | tk-ed3559884305dc20aa2c851519497a18d570c171.zip tk-ed3559884305dc20aa2c851519497a18d570c171.tar.gz tk-ed3559884305dc20aa2c851519497a18d570c171.tar.bz2 |
Bump to 8.5.15 for release.
FossilOrigin-Name: a7591bfec15d7c21dfd6c34618b0245f1409aa06
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 7c6bb1a..f432861 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.14 +package require -exact Tk 8.5.15 # Create a ::tk namespace namespace eval ::tk { |