summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2014-07-23 12:26:44 (GMT)
committerdgp <dgp@noemail.net>2014-07-23 12:26:44 (GMT)
commit1b59d7ef26c6ee05b7ecdec6e0c8cf3f80d40c68 (patch)
treeaa5bdda31cbb5e0908a08a3a71e1423ed9bb50e5 /library/tk.tcl
parentb9b2196f67159cd1cb1f04fcc98879cd6288d011 (diff)
downloadtk-1b59d7ef26c6ee05b7ecdec6e0c8cf3f80d40c68.zip
tk-1b59d7ef26c6ee05b7ecdec6e0c8cf3f80d40c68.tar.gz
tk-1b59d7ef26c6ee05b7ecdec6e0c8cf3f80d40c68.tar.bz2
Bump to 8.5.16 for release.
FossilOrigin-Name: 26fb74c4728475e300acfadaf1bfee0c0247e96a
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 {