summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2015-02-05 18:34:43 (GMT)
committerdgp@users.sourceforge.net <dgp>2015-02-05 18:34:43 (GMT)
commitfcffe80ed5d29427616c060e9cbaa40d563b9c1c (patch)
tree5d6527324d1536b66c0fbe4ef3f5fe186ab9a8df /library
parenta9ef200545808ca432bd93ae0490b872321ab38c (diff)
downloadtk-fcffe80ed5d29427616c060e9cbaa40d563b9c1c.zip
tk-fcffe80ed5d29427616c060e9cbaa40d563b9c1c.tar.gz
tk-fcffe80ed5d29427616c060e9cbaa40d563b9c1c.tar.bz2
Bump to version 8.5.18.
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 3dae5d4..a9db8cb 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.17
+package require -exact Tk 8.5.18
# Create a ::tk namespace
namespace eval ::tk {