summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-10-13 17:39:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-10-13 17:39:26 (GMT)
commitca837abc0b51f23e81137076d37d8049152b606c (patch)
tree942001ace5ff9da1d3613483dc3eee3f4d327994 /library
parent6b0fb819e1e3cf2ace970c1ba7cbd850a8db4b79 (diff)
downloadtk-ca837abc0b51f23e81137076d37d8049152b606c.zip
tk-ca837abc0b51f23e81137076d37d8049152b606c.tar.gz
tk-ca837abc0b51f23e81137076d37d8049152b606c.tar.bz2
Bump to 8.5.17
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 {