summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-02-26 17:16:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-02-26 17:16:36 (GMT)
commit1e6d643e0b824c406714369b6342fe6a505bb42b (patch)
treeda6832adaf923a2830ac12a49529e41da65598b3 /library
parent7c81a166dcb2c33856d07e737351c6839430aaf5 (diff)
downloadtk-1e6d643e0b824c406714369b6342fe6a505bb42b.zip
tk-1e6d643e0b824c406714369b6342fe6a505bb42b.tar.gz
tk-1e6d643e0b824c406714369b6342fe6a505bb42b.tar.bz2
Bump to 8.6.4.
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 4a53f99..da619e6 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.6.3
+package require -exact Tk 8.6.4
# Create a ::tk namespace
namespace eval ::tk {