summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-07-10 14:09:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-07-10 14:09:08 (GMT)
commitc4faebfb6528df1c3dcbae2eed0533d8a96f8416 (patch)
treef9e495bf855aee7fd74a8a5af9bea6b9dd51d0e8 /library/tk.tcl
parent358047d8059fb3a6df83cb7b13a192c3690ba198 (diff)
downloadtk-c4faebfb6528df1c3dcbae2eed0533d8a96f8416.zip
tk-c4faebfb6528df1c3dcbae2eed0533d8a96f8416.tar.gz
tk-c4faebfb6528df1c3dcbae2eed0533d8a96f8416.tar.bz2
Release candidate branch for Tk 8.5.12.
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 {