summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-12-21 06:10:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-12-21 06:10:51 (GMT)
commit41f5d19540b0b3f053da352e1569c9a4ed019dd5 (patch)
treede890c8860a842440f19167c486a6c41a10f7daa /library
parentc75a225d6fa0e8681ac24e2657b857cf56f4fbbd (diff)
parent7570fbe3b848f0d05b9b16849ec6d24ca5ef899f (diff)
downloadtk-41f5d19540b0b3f053da352e1569c9a4ed019dd5.zip
tk-41f5d19540b0b3f053da352e1569c9a4ed019dd5.tar.gz
tk-41f5d19540b0b3f053da352e1569c9a4ed019dd5.tar.bz2
merge release
Diffstat (limited to 'library')
-rw-r--r--library/tk.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 1b4563e..282a9c7 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -13,7 +13,7 @@
# Insist on running with compatible version of Tcl
package require Tcl 8.6
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.6b3
+package require -exact Tk 8.6.0
# Create a ::tk namespace
namespace eval ::tk {