diff options
author | dgp <dgp@noemail.net> | 2016-03-03 19:19:29 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2016-03-03 19:19:29 (GMT) |
commit | 4acd8103f3067fdacfd5b1b034f11a6fad6e4f4c (patch) | |
tree | 9406a394d30d22c961a09ad039a8d5450172a4ed /library | |
parent | 495605612e51e03c5a1a19ce67c265adeb24dc54 (diff) | |
download | tk-4acd8103f3067fdacfd5b1b034f11a6fad6e4f4c.zip tk-4acd8103f3067fdacfd5b1b034f11a6fad6e4f4c.tar.gz tk-4acd8103f3067fdacfd5b1b034f11a6fad6e4f4c.tar.bz2 |
Bump trunk to 8.7a0 to accept new feature development.
FossilOrigin-Name: 342cce4fd98ca2e74e080f3d77b89c575dd880d6
Diffstat (limited to 'library')
-rw-r--r-- | library/tk.tcl | 2 |
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 { |