summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-03-03 19:19:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-03-03 19:19:29 (GMT)
commit7c636a1bd0b1f330f80c50d80997123bf2f13a1d (patch)
tree9406a394d30d22c961a09ad039a8d5450172a4ed /library/tk.tcl
parent2b33852160ccb58b6c0cc6fa87d4542eb10b0c50 (diff)
downloadtk-7c636a1bd0b1f330f80c50d80997123bf2f13a1d.zip
tk-7c636a1bd0b1f330f80c50d80997123bf2f13a1d.tar.gz
tk-7c636a1bd0b1f330f80c50d80997123bf2f13a1d.tar.bz2
Bump trunk to 8.7a0 to accept new feature development.
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 38162d1..7419325 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -13,7 +13,7 @@
# Insist on running with compatible version of Tcl
package require Tcl 8.6
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.6.5
+package require -exact Tk 8.7a0
# Create a ::tk namespace
namespace eval ::tk {