summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2015-02-26 17:16:36 (GMT)
committerdgp <dgp@noemail.net>2015-02-26 17:16:36 (GMT)
commit906137d5f260096c226c025822b828e89fc59769 (patch)
treeda6832adaf923a2830ac12a49529e41da65598b3 /library
parent2e73afc23d7a10dbbc35242fa812f1e23e1b045c (diff)
downloadtk-906137d5f260096c226c025822b828e89fc59769.zip
tk-906137d5f260096c226c025822b828e89fc59769.tar.gz
tk-906137d5f260096c226c025822b828e89fc59769.tar.bz2
Bump to 8.6.4.
FossilOrigin-Name: 93c9641e66380d7b931b7e209dc6f7805437b4a7
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 {