diff options
author | dgp <dgp@noemail.net> | 2013-04-03 13:24:39 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2013-04-03 13:24:39 (GMT) |
commit | b9661adf8cfa6d83557df8b737754d74dbfa76c3 (patch) | |
tree | 0216a9e014a1edd19fff7c344e2256d3528f10c0 /library | |
parent | 172712198a301515cd3260312cae98dcfaa4f6bf (diff) | |
download | tk-b9661adf8cfa6d83557df8b737754d74dbfa76c3.zip tk-b9661adf8cfa6d83557df8b737754d74dbfa76c3.tar.gz tk-b9661adf8cfa6d83557df8b737754d74dbfa76c3.tar.bz2 |
merge release to 8.5; revert features not included in release
FossilOrigin-Name: 2d26c9cb30bc1fd9ba1cfe81ff3b4cc7ff771cca
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 8d6f0f9..7c6bb1a 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.13 +package require -exact Tk 8.5.14 # Create a ::tk namespace namespace eval ::tk { |