summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-09-08 13:31:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-09-08 13:31:37 (GMT)
commit808da48cd7696837330651c15909a7d65c3d7a70 (patch)
tree4dd1d52136877ea50cf074c67a7d1068b47d03ed /library
parent79603987fc169e0b3645dc7f4f2f99fa7b11b173 (diff)
downloadtk-808da48cd7696837330651c15909a7d65c3d7a70.zip
tk-808da48cd7696837330651c15909a7d65c3d7a70.tar.gz
tk-808da48cd7696837330651c15909a7d65c3d7a70.tar.bz2
Bump to 8.7a2 to distinguish trunk from 8.7a1 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 7929635..657d676 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.7a1
+package require -exact Tk 8.7a2
# Create a ::tk namespace
namespace eval ::tk {