diff options
author | dgp <dgp@users.sourceforge.net> | 2019-06-17 19:21:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-06-17 19:21:18 (GMT) |
commit | 04459dffefe3c60896738b6fdba0abcdbc466183 (patch) | |
tree | d495796466558348a1062d6afc6198d5960953a6 /library | |
parent | 86bfdfb4e4fc5e424f4eb608642a7973d93c3992 (diff) | |
download | tk-04459dffefe3c60896738b6fdba0abcdbc466183.zip tk-04459dffefe3c60896738b6fdba0abcdbc466183.tar.gz tk-04459dffefe3c60896738b6fdba0abcdbc466183.tar.bz2 |
Bump version numbers for Tk 8.6.10 release.
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 a055e7d..9e9d04d 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.9 +package require -exact Tk 8.6.10 # Create a ::tk namespace namespace eval ::tk { |