summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2015-10-23 15:35:13 (GMT)
committerdgp <dgp@noemail.net>2015-10-23 15:35:13 (GMT)
commitde6ca0e1f293954cc7e4ee9b00701f85843816f5 (patch)
tree3a62e2226c777d4e42ff8a263823f0492d8e3b65 /library
parent38227dd1f464f577970c0ed14ca920616c93399a (diff)
downloadtk-de6ca0e1f293954cc7e4ee9b00701f85843816f5.zip
tk-de6ca0e1f293954cc7e4ee9b00701f85843816f5.tar.gz
tk-de6ca0e1f293954cc7e4ee9b00701f85843816f5.tar.bz2
Bump to release number 8.5.19
FossilOrigin-Name: 6889dc35833b59e806e2b574678f9f48153a2fd0
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 a9db8cb..64fb6f6 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.18
+package require -exact Tk 8.5.19
# Create a ::tk namespace
namespace eval ::tk {