summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2014-07-23 12:26:44 (GMT)
committerdgp@users.sourceforge.net <dgp>2014-07-23 12:26:44 (GMT)
commitaff1c4c59cc5a79b645a855f624d08b014585526 (patch)
treeb8987734d859000e7b0bd29e9b9ac4a36abff80a /library/tk.tcl
parent50c92f0a745adf8c165ad01167aad89ca293f501 (diff)
downloadtk-aff1c4c59cc5a79b645a855f624d08b014585526.zip
tk-aff1c4c59cc5a79b645a855f624d08b014585526.tar.gz
tk-aff1c4c59cc5a79b645a855f624d08b014585526.tar.bz2
Bump to 8.5.16 for release.
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index f432861..bb8cb2f 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.15
+package require -exact Tk 8.5.16
# Create a ::tk namespace
namespace eval ::tk {