summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2010-08-04 17:06:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2010-08-04 17:06:50 (GMT)
commit2eb974830135677bf9094e93c4aba43d36b5563b (patch)
tree7e5ae9b14c25e0629d7c18adbb910b7847aa7e41 /library/tk.tcl
parent0e850288ea94991aeaa4fdc8c6a208ff41aef956 (diff)
downloadtk-2eb974830135677bf9094e93c4aba43d36b5563b.zip
tk-2eb974830135677bf9094e93c4aba43d36b5563b.tar.gz
tk-2eb974830135677bf9094e93c4aba43d36b5563b.tar.bz2
* generic/tk.h: Bump to 8.5.9 for release.
* library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updated for 8.5.9 release.
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index ef03cdb..d6f0e24 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -3,7 +3,7 @@
# Initialization script normally executed in the interpreter for each Tk-based
# application. Arranges class bindings for widgets.
#
-# RCS: @(#) $Id: tk.tcl,v 1.73.2.14 2010/01/04 01:28:01 patthoyts Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.73.2.15 2010/08/04 17:06:52 dgp Exp $
#
# Copyright (c) 1992-1994 The Regents of the University of California.
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
@@ -17,7 +17,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.8
+package require -exact Tk 8.5.9
# Create a ::tk namespace
namespace eval ::tk {