summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-10-23 15:35:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-10-23 15:35:13 (GMT)
commit02dd303fbbf431e473d72f9a91e00ee432f10705 (patch)
tree3a62e2226c777d4e42ff8a263823f0492d8e3b65 /library
parent6aae6c7c27d9bc93bd2b4214f87f73c2ac500976 (diff)
downloadtk-02dd303fbbf431e473d72f9a91e00ee432f10705.zip
tk-02dd303fbbf431e473d72f9a91e00ee432f10705.tar.gz
tk-02dd303fbbf431e473d72f9a91e00ee432f10705.tar.bz2
Bump to release number 8.5.19
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 a9db8cb..64fb6f6 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -15,7 +15,7 @@ package require Tcl 8.5 ;# Guard against [source] in an 8.4- interp before
# Insist on running with compatible version of Tcl
package require Tcl 8.5.0
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.5.18
+package require -exact Tk 8.5.19
# Create a ::tk namespace
namespace eval ::tk {