summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2015-10-23 15:35:13 (GMT)
committerdgp@users.sourceforge.net <dgp>2015-10-23 15:35:13 (GMT)
commitec870c1720d03589e08e736b22ffffc1358f5c50 (patch)
tree3a62e2226c777d4e42ff8a263823f0492d8e3b65 /library
parentf57b94fcdd20ab3ca14af675a17a24d0c742171d (diff)
downloadtk-ec870c1720d03589e08e736b22ffffc1358f5c50.zip
tk-ec870c1720d03589e08e736b22ffffc1358f5c50.tar.gz
tk-ec870c1720d03589e08e736b22ffffc1358f5c50.tar.bz2
Bump to release number 8.5.19
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 {