summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-03-22 14:01:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-03-22 14:01:38 (GMT)
commit5e97a2fefdf3edf3aa634894d36ff1b64321cb88 (patch)
treeda15b1c4f6b699c3f5cd2cca2ee64c6cefd27dc1 /library
parent1e43f52d3f5a853bf95be27798ace31ea8ee2884 (diff)
downloadtk-5e97a2fefdf3edf3aa634894d36ff1b64321cb88.zip
tk-5e97a2fefdf3edf3aa634894d36ff1b64321cb88.tar.gz
tk-5e97a2fefdf3edf3aa634894d36ff1b64321cb88.tar.bz2
Release branch for Tk 8.5.14
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 8d6f0f9..7c6bb1a 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.13
+package require -exact Tk 8.5.14
# Create a ::tk namespace
namespace eval ::tk {