summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-10-26 14:22:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-10-26 14:22:20 (GMT)
commit7a0bde63d21f54ce83bde639876802b592545bc9 (patch)
tree4eeee16d0abf208921ac20253462507f417ac0bd /library/tk.tcl
parent3a29b1157911d54503afb03e90c2af1344b88aa4 (diff)
downloadtk-7a0bde63d21f54ce83bde639876802b592545bc9.zip
tk-7a0bde63d21f54ce83bde639876802b592545bc9.tar.gz
tk-7a0bde63d21f54ce83bde639876802b592545bc9.tar.bz2
Release candidate branch for Tk 8.5.11
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 42089ac..8e967cb 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.10
+package require -exact Tk 8.5.11
# Create a ::tk namespace
namespace eval ::tk {