diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-26 20:47:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-26 20:47:10 (GMT) |
commit | 1047d6425a9d9c79430c35804acaeee884488f1e (patch) | |
tree | 737d8461445b8d1f18eb03e71eb28448ee820560 /library/tk.tcl | |
parent | 8bd5cf46f53712c5c4ee5dd8f1cfbbf761075bb0 (diff) | |
download | tk-1047d6425a9d9c79430c35804acaeee884488f1e.zip tk-1047d6425a9d9c79430c35804acaeee884488f1e.tar.gz tk-1047d6425a9d9c79430c35804acaeee884488f1e.tar.bz2 |
Release candidate branch for Tk 8.5.10
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 d6f0e24..f7ab972 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -17,7 +17,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.9 +package require -exact Tk 8.5.10 # Create a ::tk namespace namespace eval ::tk { |