summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-07-23 12:26:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-07-23 12:26:44 (GMT)
commitb78fe49e600428bb09c38ab7801ab0a85dc9d544 (patch)
treeaa5bdda31cbb5e0908a08a3a71e1423ed9bb50e5 /library
parentebb86189711b94dc78250d22f896bb121a849720 (diff)
downloadtk-b78fe49e600428bb09c38ab7801ab0a85dc9d544.zip
tk-b78fe49e600428bb09c38ab7801ab0a85dc9d544.tar.gz
tk-b78fe49e600428bb09c38ab7801ab0a85dc9d544.tar.bz2
Bump to 8.5.16 for release.
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 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 {