summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2012-07-10 14:09:08 (GMT)
committerdgp <dgp@noemail.net>2012-07-10 14:09:08 (GMT)
commit29e3156a23a343d564bdfa45212df4c442b0b74c (patch)
treef9e495bf855aee7fd74a8a5af9bea6b9dd51d0e8 /library/tk.tcl
parent465e1aa430a168edcfbc01f3d8674f255370e76a (diff)
downloadtk-29e3156a23a343d564bdfa45212df4c442b0b74c.zip
tk-29e3156a23a343d564bdfa45212df4c442b0b74c.tar.gz
tk-29e3156a23a343d564bdfa45212df4c442b0b74c.tar.bz2
Release candidate branch for Tk 8.5.12.
FossilOrigin-Name: 1e19013f815acab25cd1eab654d9919817010d08
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 e583967..99ab97b 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.11
+package require -exact Tk 8.5.12
# Create a ::tk namespace
namespace eval ::tk {