summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-08-30 14:39:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-08-30 14:39:44 (GMT)
commita00edb27837b94d325ad96772dd08b10f9e33aff (patch)
tree70527d60b3ca7b7780db3dbd1639bae9f98f4bf1 /library
parent3d9172ad682a1cfffaf9f55793a947ff05c78e57 (diff)
downloadtk-a00edb27837b94d325ad96772dd08b10f9e33aff.zip
tk-a00edb27837b94d325ad96772dd08b10f9e33aff.tar.gz
tk-a00edb27837b94d325ad96772dd08b10f9e33aff.tar.bz2
Bump to 8.5.15 for 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 7c6bb1a..f432861 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.14
+package require -exact Tk 8.5.15
# Create a ::tk namespace
namespace eval ::tk {