summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2014-10-13 17:39:26 (GMT)
committerdgp <dgp@noemail.net>2014-10-13 17:39:26 (GMT)
commit2042104f7396af7f17d08e904ee5792c6ec79375 (patch)
tree942001ace5ff9da1d3613483dc3eee3f4d327994 /library
parentbc49795576fda5a546cea0e9f337bd94dde85c77 (diff)
downloadtk-2042104f7396af7f17d08e904ee5792c6ec79375.zip
tk-2042104f7396af7f17d08e904ee5792c6ec79375.tar.gz
tk-2042104f7396af7f17d08e904ee5792c6ec79375.tar.bz2
Bump to 8.5.17
FossilOrigin-Name: f3424783a86bfd4f1b8f9f96c406ffb9546c2fd0
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 bb8cb2f..3dae5d4 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.16
+package require -exact Tk 8.5.17
# Create a ::tk namespace
namespace eval ::tk {