summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2013-08-30 14:39:44 (GMT)
committerdgp@users.sourceforge.net <dgp>2013-08-30 14:39:44 (GMT)
commita95d1ca1d0aa552b204c13e4ae79138d4ae42a60 (patch)
tree5966adf659d82a701b0b7367bca4578bc6807f5d /library/tk.tcl
parent499b50c5dc232c0773ef051ced56b29e6aa53eed (diff)
downloadtk-a95d1ca1d0aa552b204c13e4ae79138d4ae42a60.zip
tk-a95d1ca1d0aa552b204c13e4ae79138d4ae42a60.tar.gz
tk-a95d1ca1d0aa552b204c13e4ae79138d4ae42a60.tar.bz2
Bump to 8.5.15 for release.
Diffstat (limited to 'library/tk.tcl')
-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 {