summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2024-08-26 18:36:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2024-08-26 18:36:03 (GMT)
commitb776aa941de265a4e3efa4733965a6c0bc1dfff3 (patch)
treeca1fbac0d5c3e541c70166ea8b055a245da23bc0 /library
parent1d99e1c5712fb161c350120f9858e3105efbc5d3 (diff)
downloadtk-b776aa941de265a4e3efa4733965a6c0bc1dfff3.zip
tk-b776aa941de265a4e3efa4733965a6c0bc1dfff3.tar.gz
tk-b776aa941de265a4e3efa4733965a6c0bc1dfff3.tar.bz2
Bump version to 8.6.15 in prep for new patch 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 7a7c29e..c37e4ba 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -11,7 +11,7 @@
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.6.14
+package require -exact Tk 8.6.15
# Create a ::tk namespace
namespace eval ::tk {