summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-02-12 16:48:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-02-12 16:48:51 (GMT)
commit5cfd06f3a3c750bd1c3e57f6a69de9ebf18c8615 (patch)
tree7ffc9d48a3b1ca227c66144b74941f509d2637a2 /library
parentb41c4d29075b0456ea437df35adc6cd251aa892b (diff)
parentdc3344345ef53302adc5edffbd72107fa38882d1 (diff)
downloadtk-5cfd06f3a3c750bd1c3e57f6a69de9ebf18c8615.zip
tk-5cfd06f3a3c750bd1c3e57f6a69de9ebf18c8615.tar.gz
tk-5cfd06f3a3c750bd1c3e57f6a69de9ebf18c8615.tar.bz2
merge 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 d045222..b971329 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 {